simple_search
Find exact text matches across Obsidian vault files. Use case-insensitive queries to locate specific keywords or phrases with surrounding context.
Instructions
Text/keyword search across vault files. Use search_vault for semantic/meaning-based search, use this for exact text matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 10) | |
| query | Yes | Text to search for (case-insensitive) | |
| context_length | No | Characters of context around each match (default: 100) |