manage_snapshot
Manage spatial world state over time: save checkpoints, restore them, compare snapshots, undo changes, and inspect historical timestamps.
Instructions
Unified spatial snapshot and time-travel management: save checkpoints, restore states, diff two snapshots, list history, undo mutations, or inspect world state at historical timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Snapshot name for save/restore | |
| type | No | Mutation type to undo (default: any) | |
| action | No | Action to perform (default: list) | |
| project | No | Optional project identifier | |
| entity_id | No | Target entity ID for undo or history lookup | |
| timestamp | No | ISO timestamp for time-travel reconstruction | |
| snapshot_a | No | First snapshot name for diff | |
| snapshot_b | No | Second snapshot name for diff | |
| description | No | Optional snapshot description |