search_notes_tool
Search notes by content, tags, or folder paths. Locate specific notes using Obsidian syntax queries with relevance scores and context snippets.
Instructions
Search for notes containing specific text or matching search criteria.
When to use:
Finding notes by content keywords
Locating notes with specific tags
Searching within specific folders
When NOT to use:
Searching by date (use search_by_date instead)
Listing all notes (use list_notes for better performance)
Finding a specific known note (use read_note directly)
Returns: Search results with matched notes, relevance scores, and context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query supporting Obsidian syntax | |
| context_length | No | Number of characters to show around matches | |
| ctx | No |