Delimit Vault Health
delimit_vault_healthVerify vault backend reachability and index integrity as a pre-query smoke test. Returns a health status and next steps to identify and resolve issues.
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.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
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 | |||