search_notes
Search notes in an Obsidian vault with query syntax for path, file, tag, and exact phrases. Returns ranked matches with relevance scores.
Instructions
Search for notes in the Obsidian vault using Obsidian's query syntax. Supports operators like: path:, file:, tag:#, content in quotes, and more. Returns matching files with relevance scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 20). | |
| query | Yes | Search query. Supports Obsidian search syntax like: "exact phrase", path:folder/, tag:#mytag, file:name |