obsidian_simple_search
Search across all Obsidian vault files for documents containing specific text queries, returning relevant matches with context.
Instructions
Simple search for documents matching a specified text query across all files in the vault. Use this tool when you want to do a simple text search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to a simple search for in the vault. | |
| context_length | No | How much context to return around the matching string (default: 100) |