read_cache
Retrieve complete dataset after a truncated response by using the provided cache key. Supports pagination with limit and offset parameters.
Instructions
Retrieve paginated data when mcpproxy indicates a tool response was truncated. Use the cache key provided in truncation messages to access the complete dataset with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Cache key provided by mcpproxy when a response was truncated (e.g. 'Use read_cache tool: key="abc123def..."') | |
| limit | No | Maximum number of records to return per page (default: 50, max: 1000) | |
| offset | No | Starting record offset for pagination (default: 0) |