Hanzo
Cloud MCPauto

auto

11 MCP tools on the Hanzo cloud door that call the auto API.

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

ToolRouteArgumentsDescription
delete_v1_auto_flows_flowDELETE /v1/auto/flows/{flow}1FlowDelete deletes one of the caller's flows.
get_v1_auto_flowsGET /v1/auto/flows0Flows lists the caller's flows, newest first.
get_v1_auto_flows_flowGET /v1/auto/flows/{flow}1Flow reads one of the caller's flows — the full record, graph included.
get_v1_auto_piecesGET /v1/auto/pieces0Pieces lists the product's built-in piece catalog: the trigger and action types a flow's nodes can u
get_v1_auto_runsGET /v1/auto/runs1Runs lists the caller's run records, newest first — optionally one flow's.
get_v1_auto_runs_runGET /v1/auto/runs/{run}1Run reads one run record: status, input, output (each executed node's result keyed by node id once c
get_v1_auto_statusGET /v1/auto/status0Status reports whether the auto service is reachable — its own health endpoint as an honest lens for
patch_v1_auto_flows_flowPATCH /v1/auto/flows/{flow}3FlowUpdate patches one of the caller's flows: the name, the graph, or both — only the stated fields
post_v1_auto_flowsPOST /v1/auto/flows2FlowCreate creates a flow in the caller's org.
post_v1_auto_flows_flow_publishPOST /v1/auto/flows/{flow}/publish1Publish snapshots the flow's current graph as its next immutable version and arms the flow's trigger
post_v1_auto_runsPOST /v1/auto/runs2Start begins one asynchronous run of a flow: the product dispatches the graph to its durable executi

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?