read_notes
Read one or more Obsidian notes by their relative paths. Returns parsed note contents and frontmatter, with error handling for missing or oversized files.
Instructions
Read one or more Obsidian notes by their relative paths. Returns { notes, errors }: notes is the array of parsed notes (path, contents, frontmatter, tags); errors lists any paths that could not be read (missing/too large), so one bad path never fails the batch. Path traversal still errors the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Note paths (.md optional) |