read-batch
Read batches of notes, extract specific headings or sections, and generate summaries from Obsidian vaults using the obx MCP server.
Instructions
Unified tool for reading batches of notes, specific headings, sections, or generated summaries
Input Schema
TableJSON 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) |