Tool The `hanzo tool` 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 →
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.
Command What it does hanzo tool callRuns one of the caller's activated tools and answers with its output. hanzo tool getLists every tool the caller's org and project can reach, from every source, each flagged with whether it is activated.
Command What it does hanzo tool activation getReports which tools are switched on for the caller's org and project. hanzo tool activation replaceSwitches tools on and off for the caller's org and project, and answers with the resulting activated set.
Command What it does hanzo tool catalog get <id>Returns one catalog entry in full: the publisher's description, its repository and site, every package form with the… hanzo tool catalog listLists the MCP servers the public registries publish, as we hold them: our canonical copy of… hanzo tool catalog syncPulls the public MCP registry into our canonical copy and reports what changed. hanzo tool catalog update <id>Sets what WE say about one catalog entry — hidden, featured, official, logo — and answers with the stored listing.
Command What it does hanzo tool 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 tool mcp servers listLists the external MCP servers the caller's org has registered. hanzo tool mcp servers rm <id>Deregisters one of the caller org's external MCP servers, so its tools leave the registry.
Command What it does hanzo tool plugins authored listLists the plugins the caller's org BUILT, newest first, each with the TypeScript as authored. hanzo tool plugins authored rm <id>Removes one of the caller org's built plugins, so the runtime can no longer load it. hanzo tool plugins buildBuilds and stores one plugin for the caller's org. hanzo tool plugins getReports what this deployment actually mounted: every subsystem the composition root declared and whether it is switched…
Command What it does hanzo tool skills authoredLists the caller org's OWN skills with their SKILL.md bodies. hanzo tool skills createAdds or revises one of the caller org's own skills, and answers 201 with the stored record. hanzo tool skills listLists the skills the caller's org can reach — the brand's embedded catalogue plus the org's own authored ones — with… hanzo tool skills rm <id>Removes one of the caller org's authored skills.
How is this guide?
Good Bad