Skip to main content
Glama

MCP Utility Tools

by haasonsaas

cache_delete

Remove a specific key from the cache to free up resources or manage data efficiently. Specify the key and optional namespace for targeted cache deletion within MCP workflows.

Instructions

Delete a key from the cache

Input Schema

NameRequiredDescriptionDefault
keyYesCache key to delete
namespaceNoOptional namespacedefault

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Cache key to delete", "type": "string" }, "namespace": { "default": "default", "description": "Optional namespace", "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