View
viewSearch, read, and analyze markdown notes with actions for content retrieval, semantic search, outline generation, and backlink discovery.
Instructions
View and search notes. Actions: search (single-file fragment retrieval), global_search (cross-vault keyword search), semantic_search (cross-vault vector+lexical hybrid), outline (heading structure), read (full content or by heading), frontmatter_get (read 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. |