Search vault
search_obsidian_notesSearch the notes synced from the user's Obsidian vault, by keyword and by meaning, and get back where each one lives in the vault with an excerpt around the match. Use this when they ask what their notes say about something, or point at their vault ('in my notes', 'from my Obsidian'). Narrow with vault_id, folder (a vault path prefix like 'Meetings/2026'), or tag. Returns object_id and path for follow-up with get_obsidian_note, which returns the full note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only notes carrying this tag, e.g. 'meeting'. | |
| limit | No | Max results (default 15, max 50). | |
| query | Yes | What to look for in the notes. | |
| folder | No | Only notes under this vault folder, e.g. 'Projects'. | |
| vault_id | No | Only this vault (from list_obsidian_vaults). |