Hanzo AI

Tools

The `hanzo tools` commands.

Also for this capability: API · CLI · MCP · SDKs

Everything your org can call, in one list: connector actions, functions, agents, skills and your own MCP servers.

API reference →

hanzo tools skills list

Every command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.

CommandWhat it does
hanzo tools callRuns one of the caller's activated tools and answers with its output.
hanzo tools getLists every tool the caller's org and project can reach, from every source, each flagged with whether it is activated.

activation

CommandWhat it does
hanzo tools activation getReports which tools are switched on for the caller's org and project.
hanzo tools activation replaceSwitches tools on and off for the caller's org and project, and answers with the resulting activated set.

catalog

CommandWhat it does
hanzo tools catalog get <id>Returns one catalog entry in full: the publisher's description, its repository and site, every package form with the…
hanzo tools catalog listLists the MCP servers the public registries publish, as we hold them: our canonical copy of…
hanzo tools catalog syncPulls the public MCP registry into our canonical copy and reports what changed.
hanzo tools catalog update <id>Sets what WE say about one catalog entry — hidden, featured, official, logo — and answers with the stored listing.

mcp

CommandWhat it does
hanzo tools mcp servers createGives the caller's org one more external MCP server, so its tools join the org's tool plane and the fleet's MCP server.
hanzo tools mcp servers listLists the external MCP servers the caller's org has registered.
hanzo tools mcp servers rm <id>Deregisters one of the caller org's external MCP servers, so its tools leave the registry.

plugins

CommandWhat it does
hanzo tools plugins authored listLists the plugins the caller's org BUILT, newest first, each with the TypeScript as authored.
hanzo tools plugins authored rm <id>Removes one of the caller org's built plugins, so the runtime can no longer load it.
hanzo tools plugins buildBuilds and stores one plugin for the caller's org.
hanzo tools plugins getReports what this deployment actually mounted: every subsystem the composition root declared and whether it is switched…

skills

CommandWhat it does
hanzo tools skills authoredLists the caller org's OWN skills with their SKILL.md bodies.
hanzo tools skills createAdds or revises one of the caller org's own skills, and answers 201 with the stored record.
hanzo tools skills listLists the skills the caller's org can reach — the brand's embedded catalogue plus the org's own authored ones — with…
hanzo tools skills rm <id>Removes one of the caller org's authored skills.

How is this guide?