Hanzo
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.

ToolRouteArgumentsDescription
delete_v1_automations_flows_idDELETE /v1/automations/flows/{id}1DeleteFlow deletes one automation, its versions and its run history.
get_v1_automations_connectorsGET /v1/automations/connectors0Connectors returns the connector catalogue.
get_v1_automations_flowsGET /v1/automations/flows1ListFlows returns the caller org's automations, most-recently-updated first.
get_v1_automations_flows_idGET /v1/automations/flows/{id}1GetFlow returns one automation and its latest version.
get_v1_automations_flows_id_versionsGET /v1/automations/flows/{id}/versions2ListVersions returns one flow's versions, newest first.
get_v1_automations_piecesGET /v1/automations/pieces0Pieces is the retired-name alias of the connector catalogue.
get_v1_automations_runsGET /v1/automations/runs2ListRuns returns the caller org's run history, newest first.
get_v1_automations_runs_idGET /v1/automations/runs/{id}1GetRun returns one run. A run that has not reached a terminal status is refreshed from the durable e
patch_v1_automations_flows_idPATCH /v1/automations/flows/{id}5UpdateFlow updates one automation's metadata in place.
post_v1_automations_connectors_id_runPOST /v1/automations/connectors/{id}/run4Run executes one connector action in-process and answers the outcome.
post_v1_automations_flowsPOST /v1/automations/flows4CreateFlow creates an automation and its initial DRAFT version in one call.
post_v1_automations_flows_id_disablePOST /v1/automations/flows/{id}/disable1DisableFlow disarms a flow's trigger and marks it DISABLED.
post_v1_automations_flows_id_enablePOST /v1/automations/flows/{id}/enable1EnableFlow arms a flow's trigger and marks it ENABLED.
post_v1_automations_flows_id_runPOST /v1/automations/flows/{id}/run1RunFlow starts one durable run of a flow now.
post_v1_automations_flows_id_versionsPOST /v1/automations/flows/{id}/versions3CreateVersion adds a new DRAFT version to a flow.

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?