fetch_chunk
Retrieve a continuation chunk from a large response. Use when previous response includes chunk metadata to get the next data segment.
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
| Name | Required | Description | Default |
|---|---|---|---|
| cacheKey | Yes | Cache key returned in initial chunked response | |
| chunkIndex | Yes | 1-based index of chunk to retrieve |