get_cached_result
Retrieve a cached result by reference ID, with optional pagination to preview or access full values from previous tool calls.
Instructions
Retrieve a cached result, optionally with pagination.
Use this to:
Get a preview of a cached value
Paginate through large lists
Access the full value of a cached result
All cache operations are traced to Langfuse with hit/miss status.
Args: ref_id: Reference ID to look up. page: Page number (1-indexed). page_size: Items per page. max_size: Maximum preview size (overrides defaults).
Returns: The cached value or a preview with pagination info.
Caching: Large results are returned as references with previews.
Pagination: Use page and page_size to navigate results.
References: This tool accepts ref_id from previous tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| ref_id | Yes | ||
| max_size | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||