batch_read_notes
Read up to 10 Obsidian notes at once, retrieving their content and frontmatter in a single request. Ideal for batch processing multiple notes without opening the vault.
Instructions
Read multiple notes at once (max 10). Returns content and frontmatter for each note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of note paths to read (max 10) | |
| includeContent | No | Include note content in response (default: true) | |
| includeFrontmatter | No | Include parsed frontmatter in response (default: true) |