brain_search_notes
Search note content across your Obsidian vault to find relevant information, locate references, and discover related content using full-text queries.
Instructions
Full-text search across the Brain Obsidian vault.
Searches note content for the given query string and returns matching notes with context snippets. Useful for finding notes about a topic, locating references, or discovering related content.
Args: params: Search parameters including query, optional folder scope, and limit.
Returns: JSON with matching notes, each containing path, title, type, match count, and context snippets. Returns an error message if no results found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |