get_cached_result
Retrieve cached results from previous YouTube queries with pagination and preview support. Use a reference ID to get full values or navigate large lists.
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). full: If True, return the complete cached value without preview truncation. Bypasses all preview generation. Use when you need the entire value (e.g. full transcripts).
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.
Full retrieval: Use full=True to get the complete value.
References: This tool accepts ref_id from previous tool calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | ||
| page | No | ||
| ref_id | Yes | ||
| max_size | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||