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

ParameterTypeRequiredDescription
organizationIdstringYesThe organization the server belongs to. From list_organizations.
serverIdstringYesThe server to query. From list_servers.

The window is fixed at 24 hours with hourly buckets.

On this page