read_note
Retrieve the content of an Obsidian note by providing its file path. Optionally include frontmatter metadata for more context.
Instructions
Read the content of a specific note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note file (relative to vault root or absolute) | |
| include_metadata | No | Whether to include frontmatter metadata in the output |