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.
| Tool | What it does |
|---|---|
| run_actionflow | Start a run |
| list_runs | List organization runs |
| get_run | Get a run by run_ ID |
| cancel_run | Cancel a waiting or executing run |
| list_queued_runs | List queued runs |
| get_queued_run | Get a queued item |
| cancel_queued_run | Cancel a queued item |
Related
- Installation
- ActionFlows
- REST Runs