vault_search
Search all markdown files in your Obsidian vault for specific text, returning clickable links to open matching results directly in Obsidian.
Instructions
Search for text across all markdown files in the vault. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| query | Yes | Search query (case-insensitive) | |
| folder | No | Optional: limit search to this folder (supports partial names, e.g. 'MyApp') |