search_vault
Search text within an Obsidian vault using full search syntax, returning matching files and context for note discovery.
Instructions
Search the vault for text. Returns matching files and context. Use Obsidian's full search syntax (supports operators, tags, paths).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (supports Obsidian search syntax) | |
| path | No | Limit search to a folder path | |
| limit | No | Maximum number of results | |
| format | No | Output format (default: json) |