Memory Cache Server

retrieve_data

Fetch cached data using a specific key to optimize token usage in language model interactions with the Memory Cache Server.

Instructions

Retrieve data from the cache

Input Schema

NameRequiredDescriptionDefault
keyYesKey of the cached data to retrieve

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Key of the cached data to retrieve", "type": "string" } }, "required": [ "key" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Cache Server

Related Tools

ID: 4b4y97ooyl