snapshot_restore
Restore a document to a previous snapshot only if the current revision matches the expected revision, preventing accidental overwrites of newer changes.
Instructions
Guarded snapshot restore with explicit current revision. Inspect current changes first; use document_duplicate to compare without modifying current work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | ||
| documentId | Yes | ||
| snapshotId | Yes | ||
| operationId | Yes | ||
| expectedRevision | Yes |