A valid request URL is required to generate request examples{
"tools": [
{
"tool_name": "<string>",
"count": 123,
"cost": 123
}
]
}Get top MCP tools by call count
Returns the top 10 MCP tools by call count, with cost totals.
A valid request URL is required to generate request examples{
"tools": [
{
"tool_name": "<string>",
"count": 123,
"cost": 123
}
]
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Query Parameters
Comma-separated list of tool names to filter by
Comma-separated list of server labels to filter by
Comma-separated list of statuses to filter by (processing, success, error)
Comma-separated list of virtual key IDs to filter by
Comma-separated list of LLM request IDs to filter by
Start time filter (RFC3339 format)
End time filter (RFC3339 format)
Minimum latency filter (milliseconds)
Maximum latency filter (milliseconds)
Search in tool arguments and results
Response
MCP top tools retrieved successfully
Top MCP tools by call count (limit 10)
Show child attributes
Show child attributes
Was this page helpful?

