read_note
Retrieve a note's full markdown content and parsed YAML frontmatter from an Obsidian vault. Provides direct access to note data for AI workflows without requiring Obsidian to be open.
Instructions
Read the content and frontmatter of a specific note. Returns the markdown content and parsed YAML frontmatter if present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note relative to vault root (e.g., "Projects/MyProject.md") |