cache_stream_get
Retrieve cached stream data as ordered string chunks from the Cachly MCP server. Returns null if the cache key is absent or empty.
Instructions
Retrieve a previously cached stream as an ordered list of string chunks. Returns null on cache miss (key absent or empty list). Stored under cachly:stream:{key}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| key | Yes | Cache key |