Skip to content

Per-tool daily usage counts (heatmap source)

GET
/api/v1/mcp-tools/usage

Return per-tool daily call counts for the last days days.

Authorizations

Parameters

Query Parameters

days
integer
default: 7 >= 1 <= 30

Responses

200

Successful Response

Response body for GET /api/v1/mcp-tools/usage.

days is an ISO-8601 list, oldest first. by_tool maps each tool name to a list of call counts aligned with days.

object
by_tool
object
key
additional properties
Array<integer>
days
Array<string>

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string