Search Obsidian Vault
obsidian_search_vaultSearch across all note bodies in your Obsidian vault for a specific text query, returning matching file paths, line numbers, and lines.
Instructions
Case-insensitive full-text search across note bodies. Returns matching file path, line number, and the matching line. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matches to return (default 50) | |
| query | Yes | Text to search for | |
| folder | No | Limit search to this vault-relative folder; empty for all |