chimera_overhead_audit
Estimates per-turn token cost from system prompt, tool definitions, and MCP server registrations to identify 'ghost tokens' and guide pruning of unused servers or verbose tool definitions.
Instructions
Estimate per-turn baseline cost (system prompt + tool definitions + MCP server registrations). Surfaces the 'ghost tokens' the model pays on every turn so you can prune unused MCP servers or trim verbose tool defs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_prompt | No | ||
| tool_definitions | No | List of {name, description, schema}. | |
| mcp_servers | No | List of {name, tool_count, avg_tokens_per_tool} for rough server-level cost. |