get_organization_stats
Summary stats for an organization. Servers, deployments, tool calls, sessions.
Returns summary counts for an organization: server count, deployment count, gateway tool-call count, and distinct MCP session count. Read-only.
It does not return the server roster; use list_servers for that.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string | Yes | The organization to summarize. From list_organizations. |
Returns
{
"organizationId": "...",
"serverCount": 4,
"deploymentCount": 23,
"gateway": { "toolCallCount": 1582, "distinctMcpSessionCount": 214 }
}Gateway counts fall back to zeros if observability data is unavailable.