{% from "components/card.html" import stat_card %}
Pricing note: Tool costs are estimated using Claude Sonnet 4.5 rates, as per-tool model tracking is not available.
Click a row to see detailed token breakdown by conversation
| Tool Name | Category | Calls | Tokens | Cost/Call | {% if features.has_trends %}Trend | {% endif %}Est. Cost |
|---|---|---|---|---|---|---|
|
{{ tool.name }}
|
{{ tool.category|default('Unknown') }} | {{ tool.usage_count }} | {{ tool.total_tokens|default(0)|int }} | ${{ "%.4f"|format(tool.cost_per_call|default(0.0)|float) }} | {% if features.has_trends %}{% if tool.trend %} {% if tool.trend.direction == 'down' %} ↓ {{ tool.trend.change_percent }}% {% elif tool.trend.direction == 'up' %} ↑ +{{ tool.trend.change_percent }}% {% else %} - {% endif %} {% else %} - {% endif %} | {% endif %}${{ tool.cost|default(0.0)|float|round(2) }} |
No feature usage data available
Start using Claude Code tools and features to see usage statistics
Loading timeline...