Skip to main content

Runs

Hosted MCP tools to start ActionFlow runs, inspect history, cancel work, and manage the run queue.

Runs

Start and observe ActionFlow executions. run_actionflow is asynchronous: it returns a run id (or queue info) while the graph runs in the background.

Hosted MCP has no stream tool. For live SSE, use the API or TypeScript SDK.

See Installation for auth. Discover flow ids with list_actionflows.

ToolWhat it does
run_actionflowStart a run
list_runsList organization runs
get_runGet a run by run_ ID
cancel_runCancel a waiting or executing run
list_queued_runsList queued runs
get_queued_runGet a queued item
cancel_queued_runCancel a queued item

On this page