get_note
Retrieve the complete markdown content of an Obsidian note by providing its vault-relative path. Access note text for reading or further processing.
Instructions
Read the full markdown content of a note by its vault-relative path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path to the note, e.g. 'folder/Note.md'. Use the path returned by search/list. |