Search Obsidian Notes
obsidian_search_notesSearch your Obsidian notes by content, title, tags, or folder. Returns ranked results with excerpts and match details.
Instructions
Search notes by content, title, tags, or folder.
'query': Full-text search in content and titles
'tags': Filter to notes with any of these tags
'folder': Filter to notes in a specific folder
'include_content': Include full content in results (default: false)
Returns ranked results with match information: { "total": number, "results": [{ "path": string, "name": string, "score": number, "matches": string[], "tags": string[], "excerpt"?: string }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (notes must have at least one of these tags) | |
| limit | No | Maximum number of results | |
| query | No | Text to search for in note content and titles | |
| folder | No | Filter to notes within a specific folder path | |
| include_content | No | Whether to include full note content in results | |
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |