Recipe Run
recipe_runExecutes a recipe end to end: binds params, runs each step's tool in order via the registry, persists the run (see recipe_runs), and returns each step's result plus any markers_path. Recipes with state-changing steps (write/send/delete) PREVIEW first — call again with confirm:true to execute; read-only recipes run immediately. A step that errors stops the run and is reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | No | Param overrides (merged over the recipe defaults). | |
| confirm | No | Set true to execute a recipe that has state-changing steps; read-only recipes ignore it. |