fetch-chunk
Retrieve subsequent chunks of a large response using the cache key and 1-based chunk index before the 10-minute in-memory cache expires.
Instructions
Retrieve a cached chunk from a previously chunked response. Large query and search responses may return only the first chunk plus a cacheKey. Use this tool with that cacheKey and a 1-based chunkIndex to fetch the remaining segments before the 10-minute in-memory cache expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cacheKey | Yes | Cache key returned in the initial chunked response. | |
| chunkIndex | Yes | 1-based chunk index to retrieve. Use 2 for the next segment after the initial response. | |
| workingDirectory | No | Unused for now. Accepted for tool contract consistency with the other bridge tools. |