Hanzo AI
OpenapiTool

List activation

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

GET /v1/tool/activation

Addresshttps://api.hanzo.ai/v1/tool/activation
MethodGET
Operationget_tool_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/tool/activation takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200tool.activationSetok
defaultproblem-detailsrefused

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 tool activation get

Tool API · All Hanzo APIs · Interactive reference

How is this guide?

On this page