Manage local index snapshots
manage_index_snapshotsCreate, verify, restore, list, and clean local snapshots of the semantic index to safely recover or rollback index state without sending data outside the project.
Instructions
Create, verify, restore, list, and clean bounded local snapshots of the semantic index. Snapshots never leave the project, restore uses verified files and a recovery snapshot by default, and no project code is executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | ||
| operation | Yes | ||
| list_limit | No | ||
| snapshot_id | No | ||
| max_snapshots | No | ||
| backup_current | No | ||
| max_total_bytes | No | ||
| max_snapshot_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | Yes | ||
| error | No | ||
| message | No | ||
| success | Yes | ||
| schema_version | Yes |