Get one tool
get_toolOne tool in detail: outcome breakdown, latency distribution, retries, first-call success, response size, and which tools get called alongside it.
Always returns this tool's numbers broken out per client as well. Read that first when first-call success looks low: a tool that works for one model and not another is a description problem, not a server problem, and the average of the two says neither.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date, inclusive, YYYY-MM-DD (UTC). | |
| mcp | Yes | The MCP, by name or id. Names are matched case-insensitively; call list_mcps if unsure. | |
| from | No | Start date, YYYY-MM-DD (UTC). | |
| tool | Yes | The tool name, exactly as the server registered it. | |
| clients | No | Narrow to these client names — `claude-desktop`, `cursor`, `unknown`. Omit for every client. Read the per-client split from get_overview first: one model failing where another succeeds is a tool-description problem, and the server-wide average is what hides it. | |
| last_days | No | Window ending today, in days — 7 for the last week, 30 for the last month. Ignored when from/to are given. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The window these figures cover, echoed back. | |
| series | Yes | ||
| totals | Yes | ||
| clients | Yes | This tool read by each client. Read this first when first-call looks low: a tool at 76% for one model and 22% for another is a description problem, and the average of the two says neither. Ignores the client filter — comparing one client with itself is not a comparison. | |
| filters | Yes | ||
| follows | Yes | ||
| latency | Yes | ||
| outcomes | Yes | ||
| tool_name | Yes | ||
| granularity | Yes | `hour` when the window is a single day, `day` otherwise. Decided here rather than guessed from the number of points. | |
| never_called | Yes | ||
| schema_bytes | Yes | ||
| nightly_as_of | Yes | The last day the nightly pass has walked. Retries, first-call success and tool pairs only exist up to here; null means it has not run over this window at all. | |
| available_clients | Yes | ||
| client_first_call_spread | Yes | The gap between the best and worst client on this tool. The finding is the gap, not either figure. Null with fewer than two clients. |