Read an Obsidian note
obsidian_read_noteRead a specific note or exact heading from a vault, returning content, tags, truncation state, and source path. Target headings to keep long notes concise and stay within vault boundaries.
Instructions
Read one note or one heading after discovering its path.
Paths are resolved inside the configured vault, and traversal outside it is rejected. Use an exact heading to keep long notes concise. Returns content, tags, truncation state, and source path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| heading | No | Optional exact heading to read. | |
| max_chars | No | Maximum returned characters. | |
| relative_path | Yes | Vault-relative Markdown path. |