Hanzo
Cloud MCPflow

flow

8 MCP tools on the Hanzo cloud door that call the flow API.

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

ToolRouteArgumentsDescription
delete_v1_flow_workflows_workflowDELETE /v1/flow/workflows/{workflow}1WorkflowDelete deletes one of the caller's workflows and its runs.
get_v1_flow_runsGET /v1/flow/runs1Runs reads one workflow's recorded runs: every component build with its result, keyed by component.
get_v1_flow_statusGET /v1/flow/status0Status reports whether the flow service is reachable and which version it runs.
get_v1_flow_workflowsGET /v1/flow/workflows2Workflows lists the caller's workflows, paged.
get_v1_flow_workflows_workflowGET /v1/flow/workflows/{workflow}1Workflow reads one of the caller's workflows — the full record, graph included.
patch_v1_flow_workflows_workflowPATCH /v1/flow/workflows/{workflow}5WorkflowUpdate patches one of the caller's workflows: name, description, graph, or the locked flag —
post_v1_flow_runsPOST /v1/flow/runs4Run executes one of the caller's workflows synchronously: the graph runs in the flow service and the
post_v1_flow_workflowsPOST /v1/flow/workflows3WorkflowCreate creates a workflow in the caller's org.

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?