get_section_content_tool
Retrieve ordered text chunks from a specific chapter or section in an indexed PDF using a known node ID, enabling structured reading or passage extraction.
Instructions
Get ordered text chunks for a chapter or section node in an indexed PDF.
Use for structured reading, teaching a section, or fetching passage text when node_id is known (from list_chapters or list_structure). Prefer over search when the user wants sequential content at a known location.
Do not use without a valid node_id from this document's structure tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | ||
| node_id | Yes | ||
| offset | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |