obsidian_read_note
Read the full content of any note in your Obsidian vault by specifying the vault and note path. Retrieves the note as markdown text.
Instructions
Read the contents of a specific note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault (e.g., "Folder/Note Name")
Returns:
The full content of the note as markdown textInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |