get_output_page
Retrieve the NEXT page of a previously PAGINATED tool output. When a tool result is too large for a single response, it is split losslessly into ordered pages — the footer of each page gives you a token and the next page number. Call this tool with that token to read the continuation; nothing is dropped, so you can walk every page in order and reconstruct the full result. Pages are cached only briefly (the last few large results). If the token is unknown or expired, re-run the original tool to regenerate it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve (the previous page footer tells you the next one). Defaults to 2. | |
| token | Yes | The pagination token from a paginated tool's footer, e.g. 'op_a1b2c3d4e5'. |