read_notes_batch
Read multiple notes simultaneously to build context, with missing paths reported separately.
Instructions
Read multiple notes in one call for context building. Returns missing paths separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Note paths, names, or aliases | |
| include_content | No | Include markdown body (default true) | |
| max_chars_per_note | No | Optional content truncation per note | |
| include_frontmatter | No | Include parsed frontmatter (default true) |