delimit_vault_search
Search vault entries by query string to retrieve stored knowledge artifacts.
Instructions
Search vault entries by query string (Pro).
When to use: to retrieve stored vault content matching a search string. The vault holds long-lived knowledge artifacts. When NOT to use: for conversation memory (use delimit_memory_search) or to capture state (delimit_vault_snapshot).
Sibling contrast: delimit_memory_search hits the conversation memory store; this hits the vault — different storage, different semantics.
Side effects: read-only on the vault backend; gated by require_premium. Calls backends.vault_bridge.search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||