Plan Changes
plan_changesPreview a sequence of write operations with dry run to see affected paths and predicted actions before applying changes.
Instructions
Preview a sequence of write operations: each step runs with dryRun=true against live state, returning affected paths and the predicted action per step. Use apply_plan to execute the same steps for real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered list of write operations to preview (up to 10) | |
| routerId | No | Router ID; omit to use the default router. |