execute_playbook
Run a playbook with sequential steps, passing outputs forward as context. Use dry_run to preview the execution plan without invoking tools.
Instructions
Execute a playbook step by step, passing results forward through context (requires NOW_ASSIST_ENABLED). Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Initial context key-value pairs available to all steps | |
| dry_run | No | Preview execution plan without invoking tools (default true) | |
| playbook | Yes | Playbook object with name, description, and steps array |