fetch_chunk
Retrieve subsequent portions of large responses when initial results indicate more content is available through chunked data.
Instructions
Retrieve continuation of a large response. Use when a previous tool response included 'chunks' metadata indicating more content available. Example: {cacheKey: 'cache_abc123', chunkIndex: 2}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cacheKey | Yes | Cache key returned in initial chunked response | |
| chunkIndex | Yes | 1-based index of chunk to retrieve |