read_section
Read a section of a note starting from a given heading. Provide the file and heading to retrieve only that part, reducing token cost compared to loading the full document.
Instructions
Read just one section of a note (from a heading to the next heading of equal or higher level). Fuzzy filename match. Lower token cost than reading the whole document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Filename or vault-relative path. | |
| heading | Yes | The heading whose section to return. |