delimit_vault_health
Check vault subsystem health at session start or as a CI smoke test to confirm backend reachability and index integrity. Returns health status and next steps.
Instructions
Report vault subsystem health (Pro).
When to use: at session start or as a CI smoke test to confirm the vault backend is reachable and indexes are intact. When NOT to use: to query content (use delimit_vault_search) or to capture state (delimit_vault_snapshot).
Sibling contrast: delimit_vault_search reads content; delimit_vault_snapshot captures state; this reports the engine's own health.
Side effects: read-only on the vault backend; gated by require_premium. Calls backends.vault_bridge.health.
Args: None.
Returns: Dict with health status and next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||