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 →
| Command | Calls | What it does |
|---|---|---|
hanzo tools activation get | GET /v1/tools/activation | Reports which tools are switched on for the caller's org and project. |
hanzo tools activation replace | PUT /v1/tools/activation | Switches tools on and off for the caller's org and project, and answers with the resulting activated set. |
hanzo tools call | POST /v1/tools/call | Runs 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 sync | POST /v1/tools/catalog/sync | Pulls the public MCP registry into our canonical copy and reports what changed. |
hanzo tools catalog list | GET /v1/tools/catalog | Lists the MCP servers the public registries publish, as we hold them: our canonical copy of… |
hanzo tools get | GET /v1/tools | Lists every tool the caller's org and project can reach, from every source, each flagged with whether it is activated. |
How is this guide?