Search the vault
search_vaultSearch all notes by keyword or tag. Use keyword mode for plain-text search or tag mode to find notes with a specific inline tag. Control result detail with context length and limit.
Instructions
Full-text search across all notes. Supports two modes: keyword (fast plain-text) and tag (find notes tagged with #X). For structured queries, use query_dataview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search string. For tag mode, omit the leading '#'. | |
| mode | No | keyword: plain-text. tag: notes containing the inline tag #<query>. | keyword |
| context_length | No | Characters of surrounding context to return per match. | |
| limit | No |