rollback_plan_get
Check if a recorded action can be reversed. Returns the planner status, operation, parameters, and caveats without executing.
Instructions
Inspect the reversal plan for a recorded action_log entry in STATE.json. Returns the planner's status (supported / partial / not_supported), the operation that would be dispatched, its parameters, and any caveats. Does not execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index into action_log (0-based). | |
| state_file | No | Path to STATE.json. Defaults to 'STATE.json' in the current working directory. |