Skip to main content
GET
Returns aggregate stats for the current day, including total calls, success rate, average response time, and server/tool counts.

Query Parameters

integer
default:"1"
Number of days to look back. Supported values: 7, 30, 90. Defaults to 1 (today). Use with to for custom ranges.
string
Start date for a custom range. Format: YYYY-MM-DD. Overrides days if provided.
string
End date for a custom range. Format: YYYY-MM-DD.

Response Fields

integer
Total number of servers configured.
integer
Number of servers with active status.
integer
Total number of tools across all servers.
integer
Number of tools with active status.
integer
Total MCP tool calls made today.
integer
Total MCP tool calls made yesterday.
integer
Average tool execution time in milliseconds for today.
number
Percentage of successful calls today (0–100).