read_section
Retrieve a specific section from an Obsidian note by heading or heading-path, returning only that section's content. Optionally include nested subsections.
Instructions
Read a single section of a note without loading the whole note. Address the section by bare heading (when unique) or by a " > "-joined heading-path (e.g. "Projects > Log") when the heading repeats. Returns the heading plus its own body; set include_subsections to include nested subsections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Note path (.md optional) | |
| section | Yes | Heading text, or a " > "-joined heading-path when the heading is ambiguous | |
| include_subsections | No | Include nested subsections in the returned content (default false) |