get_mcp_token_stats
Retrieve accumulated per-command token usage statistics sorted by highest estimated tokens. Enable debug mode first with set_mcp_debug.
Instructions
Get accumulated per-command token usage statistics.
Returns commands sorted by max_estimated_tokens (worst offenders first). Each entry shows: call_count, avg/max/total estimated tokens, response chars.
Enable debug mode first with set_mcp_debug(enabled=True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |