get_note
Retrieve the full markdown content and metadata of a specific note using its path. Use it to read a note after locating it via search or list.
Instructions
Read the full content of a specific note by its path. Returns the complete markdown content along with metadata. Use this after finding a note via search or list to read its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note (e.g., 'folder/note.md' or 'note.md') |