Skip to main content
Glama

MCP Utility Tools

by haasonsaas

cache_get

Retrieve cached values by key using this tool, with optional namespace support to prevent key collisions. Returns null if data is not found or expired.

Instructions

Get a value from the cache by key. Returns null if not found or expired.

Input Schema

NameRequiredDescriptionDefault
keyYesCache key to retrieve
namespaceNoOptional namespace to prevent key collisionsdefault

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Cache key to retrieve", "type": "string" }, "namespace": { "default": "default", "description": "Optional namespace to prevent key collisions", "type": "string" } }, "required": [ "key" ], "type": "object" }
Install Server

Other Tools from MCP Utility Tools

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/haasonsaas/mcp-utility-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server