read_note
Read a markdown note from an Obsidian vault by specifying its relative path. Optionally, provide start and end line numbers to retrieve a specific section.
Instructions
Read-only markdown note reader by vault-relative path and optional line range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| end_line | No | ||
| start_line | No | ||
| include_sensitive | No | Requires OBSIDIAN_SEMANTIC_ALLOW_SENSITIVE=true on the server. |