read-batch
Perform batch reads of notes, extracting specific headings, sections, or generated summaries from Obsidian vaults.
Instructions
Unified tool for reading batches of notes, specific headings, sections, or generated summaries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'read', 'get-section', 'get-headings', 'get-summary' | |
| paths | No | Comma-separated list or JSON array of paths | |
| include_frontmatter | No | Include frontmatter in output (default true) | |
| path | No | Path to the note | |
| heading | No | Heading to extract | |
| lines | No | Number of preview lines (default 5) |