read_multiple_notes
Batch-read up to 10 markdown notes by supplying file paths. Returns each note's content or an error, plus the root directory.
Instructions
Batch-reads up to 10 notes. Pass { paths: string[] }. Returns { root, results[] } where each result has path, note (or null), and optional error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||