slo_report
Retrieve uptime and SLO metrics for the service, with configurable time windows (default 24h and 7d), using an admin token.
Instructions
Return uptime and SLO metrics for the MCP service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admin_token | Yes | Admin authentication token. Must match ADMIN_TOKEN environment variable. | |
| window_hours | No | Time windows in hours for the report. Default: [24, 168] (24h + 7d). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p50 | No | ||
| p95 | No | ||
| uptime | Yes | ||
| window | No | ||
| errorRate | No |