read_note
Retrieve a note's content, frontmatter, tags, and metadata from an Obsidian vault. Get parsed markdown and file stats for programmatic access.
Instructions
Read a note's content, frontmatter, tags, and metadata from the vault. Returns parsed frontmatter, markdown content, tags (from frontmatter and inline), and file stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note relative to vault root (e.g. 'Projects/my-note.md'). Extension .md is added automatically if missing. | |
| includeRaw | No | If true, include the raw unparsed content in the response. |