Skip to main content

Administration

Overview

Check system health and maintenance statistics.

Prerequisites

  • API key with the MCP preset and required scopes
  • Configured MCP client (see Configuration)

Quick start examples

Check system health

  1. Check overall health :
{
"name": "admin_health",
"arguments": {}
}
  1. View circuit breaker status :
{
"name": "admin_circuit_breaker_status",
"arguments": {}
}

admin_health

[DISCOVERY] Get system health overview with database and event store statistics.

Scopemcp.read
Read-onlyYes
DestructiveNo
IdempotentYes

Response

FieldTypeDescription
statusstring
databaseobject
eventStoreobject

Example

{
"name": "admin_health",
"arguments": {}
}

usage_forecast

[MEASURE] Get projected month-end DFU consumption with operation breakdown.

Scopemcp.read
Read-onlyYes
DestructiveNo
IdempotentYes

usage_me

[MEASURE] Get current workspace usage summary: cost units consumed, limits, and rate limits.

Scopemcp.read
Read-onlyYes
DestructiveNo
IdempotentYes

Need help?

Contact us: Support and contact.