tokendiet_cache
Manually trigger or inspect the TokenDiet smart cache. Actions: stats (show live cache entries + hit counts), flush_tool (clear cache for one tool), flush_all (nuclear clear). The cache auto-expires per tool TTL — crypto_data=5min, web_search=1hr, leadsignal=1hr, credithunt=12hr. CALL FORMAT: tokendiet_cache({ action: 'stats' }) or tokendiet_cache({ action: 'flush_tool', tool: 'web_search' })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Tool name for flush_tool action. | |
| action | Yes | stats | flush_tool | flush_all |