Read note
read_noteRead a note's full markdown content from the Obsidian vault by providing its vault-relative path. Access the raw note body for viewing, processing, or analysis.
Instructions
Read a note's full markdown content. Use get_metadata for tags and frontmatter, and get_links/get_backlinks about connections to other notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. 'Projects/Roadmap.md'. Extension optional. |