get_real_savings
Calculate token savings from using trace-mcp for file reads compared to raw methods. Shows per-file breakdown and total savings for a given time period.
Instructions
A/B comparison: how many tokens could be saved by using trace-mcp instead of raw Read/Bash file reads. Per-file breakdown. Read-only. For pattern-based waste detection use get_optimization_report instead. Returns JSON: { files: [{ file, raw_tokens, compact_tokens, savings }], total_savings }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period (default: week) |