Hanzo
CLITools

Tools

8 `hanzo` commands for Tools, each calling one operation on api.hanzo.ai.

Package tools is everything your org can call, in one list: connector actions, functions, agents, skills and your own MCP servers.

8 commands · API reference →

CommandCallsWhat it does
hanzo tools activation getGET /v1/tools/activationReports which tools are switched on for the caller's org and project.
hanzo tools activation replacePUT /v1/tools/activationSwitches tools on and off for the caller's org and project, and answers with the resulting activated set.
hanzo tools callPOST /v1/tools/callRuns one of the caller's activated tools and answers with its output.
hanzo tools catalog get <id>GET /v1/tools/catalog/{id}Returns one catalog entry in full: the publisher's description, its repository and site, every package form with the…
hanzo tools catalog update <id>PATCH /v1/tools/catalog/{id}Sets what WE say about one catalog entry — hidden, featured, official, logo — and answers with the stored listing.
hanzo tools catalog syncPOST /v1/tools/catalog/syncPulls the public MCP registry into our canonical copy and reports what changed.
hanzo tools catalog listGET /v1/tools/catalogLists the MCP servers the public registries publish, as we hold them: our canonical copy of…
hanzo tools getGET /v1/toolsLists every tool the caller's org and project can reach, from every source, each flagged with whether it is activated.

How is this guide?