execute_playbook
Runs multi-step playbooks sequentially, forwarding results between steps for context-aware automation. Preview execution with dry_run before 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 |