Read note
obsidian_read_noteRead a note from an Obsidian vault by path or title. Choose full content with metadata or a heading map for quick overview.
Instructions
Read a note by relative path or by title (filename without .md). Default format: "full" returns content + frontmatter + wikilinks + embeds + tags. format: "map" returns just headings + frontmatter keys + counts (no body) — useful for planning a surgical edit without paying token cost for the body. Title accepts periodic-note aliases ("today"/"daily"/"weekly"/"monthly") that resolve to the standard YYYY-MM-DD/YYYY-Www/YYYY-MM names. Errors include Did you mean: ... suggestions on near-misses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path relative to vault root, with or without .md | |
| title | No | Note title (filename without .md). Aliases: "today"/"daily"/"weekly"/"monthly". | |
| format | No | "full" (default) returns body + parsed metadata. "map" returns just headings + counts. |