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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Cache management action to perform | |
| key | No | Specific cache key to invalidate (for invalidate action) |
Implementation Reference
- src/utils/server-context-generator.ts:293-293 (registration)Registration of the 'manage_cache' tool in the server context generator's list of available tools. This is where the tool is documented as part of the server's capabilities.{ name: 'manage_cache', description: 'Manage multi-level caching system' },