toolport_fetch_result
Fetch additional content from a truncated tool result by providing the cursor and offset from the marker.
Instructions
Read more of a large tool result that Toolport truncated. When a result is too big for context, Toolport returns the head plus a cursor in a [Toolport shaped this result] marker; call this with that cursor and the offset shown in the marker to page through the rest. Nothing was lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | Yes | The cursor from the marker. | |
| offset | Yes | Character offset to read from (shown in the marker). |