View
viewRead markdown note content, explore directory structure, and search by heading or full-text query.
Instructions
Read and search markdown notes. Vault scope: general markdown notes vault. Actions: search (heading-aware fragment retrieval with TF-IDF + proximity), semantic_search (vector + lexical hybrid for conceptual queries), global_search (cross-vault exact-match grep), outline (file or directory structure tree), read (full file or single section by heading), frontmatter_get (parse YAML frontmatter), bulk_read (read multiple files/headings in one call), backlinks (find all notes linking to a given path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| path | No | ||
| query | No | ||
| maxChunks | No | ||
| heading | No | ||
| headingDepth | No | ||
| directory | No | Filter search results to a specific directory or path prefix. Example: 'projects/active/' | |
| items | No | For bulk_read: array of files to read, each with optional heading to extract. |