delimit_vault_snapshot
Capture a snapshot of vault state for rollback before risky edits. Returns structured data for content recovery.
Instructions
Capture a snapshot of vault state (Pro).
When to use: before a risky vault edit, to have a rollback point for content recovery. When NOT to use: for searching content (use delimit_vault_search) or checking health only (delimit_vault_health).
Sibling contrast: delimit_vault_health reports up/down only; this returns a structured snapshot of state.
Side effects: gated by require_premium. Calls backends.vault_bridge.snapshot, which writes a snapshot record on the vault backend.
Args: None.
Returns: Dict with snapshot data and next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||