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
- Check overall health :
{
"name": "admin_health",
"arguments": {}
}
- View circuit breaker status :
{
"name": "admin_circuit_breaker_status",
"arguments": {}
}
admin_health
[DISCOVERY] Get system health overview with database and event store statistics.
| Scope | mcp.read |
| Read-only | Yes |
| Destructive | No |
| Idempotent | Yes |
Response
| Field | Type | Description |
|---|---|---|
status | string | |
database | object | |
eventStore | object |
Example
{
"name": "admin_health",
"arguments": {}
}
usage_forecast
[MEASURE] Get projected month-end DFU consumption with operation breakdown.
| Scope | mcp.read |
| Read-only | Yes |
| Destructive | No |
| Idempotent | Yes |
usage_me
[MEASURE] Get current workspace usage summary: cost units consumed, limits, and rate limits.
| Scope | mcp.read |
| Read-only | Yes |
| Destructive | No |
| Idempotent | Yes |
Need help?
Contact us: Support and contact.