read_note
Reads a note's full content from an Obsidian vault, including frontmatter. Optionally returns parsed sections or word count and summary.
Instructions
Read the content of a note from the Obsidian vault. Returns the full content including frontmatter, or can return parsed sections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note file (e.g., 'folder/note.md'). | |
| includeStats | No | Whether to include word count and summary. | |
| includeFrontmatter | No | Whether to include frontmatter in the response. |