Per-Tool Usage Breakdown
account.analytics.toolsAnalyze tool usage with breakdowns of calls, cost, cache hits, and latency. Sort by cost, calls, or latency to identify most-used and most-expensive tools.
Instructions
Get per-tool usage breakdown — calls, cost, cache hits, average latency, last used. Sort by cost (highest spend), calls (most used), or latency (slowest). Identify your most-used and most-expensive tools. Free, no charge (APIbase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort tools by: "cost" (highest spend), "calls" (most used), or "latency" (slowest). Default: "calls" | calls |
| limit | No | Max number of tools to return (1-100). Default: 20 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |