get_server_tool_breakdown
Tool, resource, and prompt call counts for a server over the last 24 hours.
Returns a breakdown of tool, resource, and prompt calls on a server over the last 24 hours, bucketed hourly. Methods are aggregated with per-bucket counts, sorted by total calls. Read-only.
In MCP Apps-capable clients this renders the tool-breakdown widget: a chart of calls per method.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | The organization the server belongs to. From list_organizations. |
serverId | string | Yes | The server to query. From list_servers. |
The window is fixed at 24 hours with hourly buckets.
Related
get_server_client_breakdown: who is callinglist_server_events: the raw call stream