get_note
Retrieve complete note content from your vault after identifying relevant files through search. Access full markdown text using relative paths to support informed decision-making.
Instructions
Read the full content of a note. Use this after search_notes returns a relevant result and you need the complete text. Paths are relative to the vault root.
Args: path: Relative path from vault root (as returned by search_notes)
Returns full markdown text content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path from vault root |