Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

manage_cache

Optimize MCP server cache by clearing, analyzing stats, cleaning up, or invalidating specific keys to enhance resource efficiency and performance.

Instructions

Manage MCP resource cache (clear, stats, cleanup)

Input Schema

NameRequiredDescriptionDefault
actionYesCache management action to perform
keyNoSpecific cache key to invalidate (for invalidate action)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Cache management action to perform", "enum": [ "clear", "stats", "cleanup", "invalidate" ], "type": "string" }, "key": { "description": "Specific cache key to invalidate (for invalidate action)", "type": "string" } }, "required": [ "action" ], "type": "object" }

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/tosin2013/mcp-adr-analysis-server'

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