read_cached_result
Read a portion of a large cached result by supplying the cache ID. Use offset and length to page through the data, returning the next offset and remaining characters until done.
Instructions
Read a slice of a large cached result produced by another tool (look for "cached":true + a cache_id in its output). Page through with offset/length; the response reports next_offset + remaining_chars until done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | Number of characters to return (default 12000) | |
| offset | No | Start character offset (default 0) | |
| cache_id | Yes | The cache_id returned by the producing tool (e.g. "cache-3") |