st_result_read
Retrieve a large JSON result in bounded chunks by starting at offset 0 and following nextOffset to reconstruct the full response. Access oversized tool outputs stored for five minutes in the current session.
Instructions
Retrieve a stored large result as bounded JSON text chunks. Start at offset 0, concatenate text in nextOffset order, then parse JSON. Results expire after five minutes and belong to this session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Zero-based character offset for the next JSON text chunk; start at 0 and then use nextOffset | |
| resultId | Yes | Session-owned result identifier returned by a tool whose response exceeded the inline limit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||