Hanzo
OpenapiTools

Reports which tools are switched on for the caller's org and project.

Reports which tools are switched on for the caller's org and project.

GET /v1/tools/activation

Addresshttps://api.hanzo.ai/v1/tools/activation
MethodGET
Operationget_tools_activation
AuthAuthorization: Bearer $HANZO_API_KEY

Reports which tools are switched on for the caller's org and project. Activation is what makes a tool dispatchable and what makes it visible to an agent, so this is the set the MCP tool list is drawn from — every other tool in the registry is discoverable but refused at call time.

Request

GET /v1/tools/activation takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200activationSetok

200 body — 1 field.

FieldInTypeAlwaysDescription
enabledbodystring[]Enabled is every tool name activated for the caller's org and project.

Failure carries the platform error shape — see Errors.

Examples

hanzo tools activation get

Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page