vault_search
Find information in a Markdown knowledge vault by keyword, semantic similarity, or both. Filter results by type, confidence, or tags to get relevant snippets.
Instructions
Search the vault by keyword, semantic similarity, or both.
Args: query: Search query text. filters: Optional filters: {"type": "skill", "confidence": "fact", "tags": ["db"]}. mode: "keyword" (FTS5), "semantic" (vector), or "hybrid" (both, default). limit: Max results (default 10).
Returns rich results with path, score, title, type, confidence, tags, and snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | hybrid | |
| limit | No | ||
| query | Yes | ||
| filters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |