rollback_preview
Preview the operations that would be undone by a rollback to a specified timestamp before executing it, ensuring you understand the impact.
Instructions
Preview what a rollback would do without executing it.
Shows which operations would be undone if you rolled back to the target timestamp. Always use this before an actual rollback.
Args: target: ISO timestamp or relative expression (e.g. "2 hours ago").
Returns: JSON string with preview of operations to undo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |