delimit_toolcard_cache
Reduce token waste by caching tool schemas and sending only diffs, cutting context bloat in MCP sessions.
Instructions
Manage the tool schema cache to reduce token waste (Pro).
MCP servers dump full tool definitions every session. This cache stores schemas and sends only diffs, cutting context bloat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of: status, register, delta, clear, estimate, flush | status |
| tool_schemas | No | JSON array of tool schema objects (for register/estimate) | |
| tool_names | No | Comma-separated tool names (for delta) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||