Get Note
get_noteRetrieve the complete content of any note by its exact path — get parsed YAML frontmatter, inline tags, and markdown body.
Instructions
Read the full content of a single note, including its parsed YAML frontmatter (rendered as a labeled header block), a flat list of inline #tags, and the markdown body. Use to retrieve a specific note by exact path — for discovery across many notes, prefer search_notes, search_by_tag, or list_notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from vault root to the note (e.g., 'folder/note.md'). Extension required. |