Run a saved workflow
run_workflowExecute a saved workflow with parameter values. PAID: bills ~1 credit per step through the normal build/mutate paths (the estimate is in list_workflows). Optional batch mode sweeps ONE param across 2–20 values — each value is a full independent run (steps × values credits); failed/paused values are reported per value and the batch continues. A clarification pauses a single run (status "paused" + the question); failures stop at the failing step. On success the result is a live map with a shareable URL (batch: the last successful value's map).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch | No | Batch mode: run the workflow once per value ("each of the 12 districts"). Bills steps × values. | |
| params | No | Values for the workflow's declared parameters. | |
| rationale | Yes | Short audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so map edits stay traceable — we never see your chat history. | |
| workflow_id | Yes | From save_workflow or list_workflows. |