read_document_section
Read a specific section from a document snapshot by providing the library, snapshot, document, and section IDs. Retrieves up to 1200 characters of text for that section.
Instructions
Read at most 1200 characters from a section_id previously returned for the same snapshot and document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chars | No | ||
| library_id | Yes | A stable library_id returned by retrieval_status. | |
| section_id | Yes | A section_id returned by get_document_toc for this snapshot. | |
| document_id | Yes | A document_id from the selected snapshot. | |
| snapshot_id | Yes | A snapshot_id returned for the explicit library_id. |