search_vault_agent_context
Search curated rows in an Obsidian vault by text, entity, or event type to retrieve relevant context for agent tasks.
Instructions
Search curated deterministic context rows for agent use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Optional case-insensitive text filter over curated context. | |
| limit | No | Maximum rows to return. Capped at 200. | |
| entity | No | Optional entity name filter. | |
| event_type | No | Optional mart event type, such as block or task_open. | |
| vault_path | Yes | Path to the Obsidian vault. | |
| duckdb_path | No | Optional DuckDB warehouse path. Defaults to DUCKDB_PATH or /warehouse/obsidian.duckdb when present. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |