Cloud MCPautomations
automations
15 MCP tools on the Hanzo cloud door that call the automations API.
The 15 tools tools/list names for automations. Each dispatches to an operation in the automations API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_automations_flows_id | DELETE /v1/automations/flows/{id} | 1 | DeleteFlow deletes one automation, its versions and its run history. |
get_v1_automations_connectors | GET /v1/automations/connectors | 0 | Connectors returns the connector catalogue. |
get_v1_automations_flows | GET /v1/automations/flows | 1 | ListFlows returns the caller org's automations, most-recently-updated first. |
get_v1_automations_flows_id | GET /v1/automations/flows/{id} | 1 | GetFlow returns one automation and its latest version. |
get_v1_automations_flows_id_versions | GET /v1/automations/flows/{id}/versions | 2 | ListVersions returns one flow's versions, newest first. |
get_v1_automations_pieces | GET /v1/automations/pieces | 0 | Pieces is the retired-name alias of the connector catalogue. |
get_v1_automations_runs | GET /v1/automations/runs | 2 | ListRuns returns the caller org's run history, newest first. |
get_v1_automations_runs_id | GET /v1/automations/runs/{id} | 1 | GetRun returns one run. A run that has not reached a terminal status is refreshed from the durable e |
patch_v1_automations_flows_id | PATCH /v1/automations/flows/{id} | 5 | UpdateFlow updates one automation's metadata in place. |
post_v1_automations_connectors_id_run | POST /v1/automations/connectors/{id}/run | 4 | Run executes one connector action in-process and answers the outcome. |
post_v1_automations_flows | POST /v1/automations/flows | 4 | CreateFlow creates an automation and its initial DRAFT version in one call. |
post_v1_automations_flows_id_disable | POST /v1/automations/flows/{id}/disable | 1 | DisableFlow disarms a flow's trigger and marks it DISABLED. |
post_v1_automations_flows_id_enable | POST /v1/automations/flows/{id}/enable | 1 | EnableFlow arms a flow's trigger and marks it ENABLED. |
post_v1_automations_flows_id_run | POST /v1/automations/flows/{id}/run | 1 | RunFlow starts one durable run of a flow now. |
post_v1_automations_flows_id_versions | POST /v1/automations/flows/{id}/versions | 3 | CreateVersion adds a new DRAFT version to a flow. |
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?