obsidian_read_note
Retrieve the full text of any note from an Obsidian vault using its markdown path. Enables direct access to note content for analysis or retrieval within the knowledge base.
Instructions
Read the full text of a note from the vault.
Args: path: vault-relative markdown path, e.g. "Projects/MyProject.md".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |