Hanzo
Cloud MCPagents

agents

23 MCP tools on the Hanzo cloud door that call the agents API.

The 23 tools tools/list names for agents. Each dispatches to an operation in the agents API reference.

ToolRouteArgumentsDescription
delete_v1_agents_refDELETE /v1/agents/{ref}1DeleteAgent removes an agent and every run recorded against it.
delete_v1_agents_targets_idDELETE /v1/agents/targets/{id}1DeleteTarget deregisters one machine. Only its owner, or an org admin, may remove it; an unknown id,
get_v1_agentsGET /v1/agents0ListAgents returns every agent defined in the caller's org, each with the number of runs recorded ag
get_v1_agents_activityGET /v1/agents/activity0AgentActivity serves the org-wide recent-activity feed.
get_v1_agents_buildsGET /v1/agents/builds1ListBuilds returns the public index of every published build, most recently updated first, so a gall
get_v1_agents_builds_org_projectGET /v1/agents/builds/{org}/{project}2ReadBuild returns the readable build of one product: the agent session that produced it, turn by tur
get_v1_agents_metricsGET /v1/agents/metrics1AgentMetrics serves the invocations-over-time histogram for the org's Agents dashboard.
get_v1_agents_refGET /v1/agents/{ref}1GetAgent returns one agent with its system prompt and its 20 most recent runs.
get_v1_agents_ref_runsGET /v1/agents/{ref}/runs2ListAgentRuns returns one agent's execution history, newest first — each run's input, its output or
get_v1_agents_sessionsGET /v1/agents/sessions5ListSessions returns the caller org's live sessions, newest first — each with its event count, its d
get_v1_agents_sessions_idGET /v1/agents/sessions/{id}1GetSession returns one session with its direct child sessions and its 50 most recent events, oldest
get_v1_agents_sessions_id_controlGET /v1/agents/sessions/{id}/control2DrainSessionControl returns the steering commands (pause/resume/stop/message) recorded against the c
get_v1_agents_sessions_id_treeGET /v1/agents/sessions/{id}/tree1SessionTree returns the subagent-flow graph rooted at this session: the session, its children, their
get_v1_agents_targetsGET /v1/agents/targets0ListTargets returns every machine registered to the caller's org, newest first, each with its live s
get_v1_agents_targets_idGET /v1/agents/targets/{id}1GetTarget returns one registered machine, with its live session load.
patch_v1_agents_refPATCH /v1/agents/{ref}9UpdateAgent changes an agent in place. Every field is optional; a field the request omits keeps its
patch_v1_agents_sessions_idPATCH /v1/agents/sessions/{id}7PatchSession updates a session's surface-owned truth: its status, its title, the run-target it is di
patch_v1_agents_targets_idPATCH /v1/agents/targets/{id}8PatchTarget updates one machine in place. Every field is optional; a field the request omits is left
post_v1_agentsPOST /v1/agents9CreateAgent defines an agent in the caller's org: a model, a system prompt (instructions) and a set
post_v1_agents_sessionsPOST /v1/agents/sessions16RegisterSession opens a live agent session in the caller's org — the row every surface (the CLI's ou
post_v1_agents_targetsPOST /v1/agents/targets7RegisterTarget registers a machine as an agent target, or re-links one that is already registered.
post_v1_agents_targets_id_claimPOST /v1/agents/targets/{id}/claim1ClaimRoutedRun is the machine's long poll for work: it authenticates the daemon, stamps the liveness
post_v1_agents_targets_id_runs_runId_reportPOST /v1/agents/targets/{id}/runs/{runId}/report8ReportRoutedRun completes a claimed run: it delivers the terminal result to the run's durable owner,

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?