Search the vault
search_vaultSearch Obsidian notes using keyword or tag modes. Retrieve matches with surrounding context and configurable limits.
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 |