get_next_chunks_tool
Continue reading a PDF from where you left off by passing the cursor from a previous section or chunk request to retrieve the next sequential chunks.
Instructions
Read the next sequential chunks in an indexed PDF from a cursor.
Use after get_section_content or a prior get_next_chunks call to continue chapter-by-chapter or page-by-page reading. Pass cursor from the previous response's global_sequence_index.
Do not use for unrelated search queries; use search_pdf_context instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | ||
| cursor | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |