read_note
Read a note from an Obsidian vault and retrieve its parsed frontmatter and markdown content.
Instructions
Read a note from the vault. Returns the parsed frontmatter and the markdown body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. 'Projects/idea' or 'Projects/idea.md' |