Save a workflow
save_workflowSave a re-runnable, parameterized workflow: an ordered list of natural-language instructions (step 1 builds, later steps mutate). Wrap values in {braces} and declare them in params. Running it later re-executes the instructions on FRESH data and bills per step like typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow name. | |
| steps | Yes | Ordered NL instructions. Step 1 builds the map; later steps mutate it. Wrap values in {braces} to declare parameters. | |
| params | No | Declared parameters — every {slot} used in steps must be declared here. | |
| 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. |