error-budget-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Use this when a user asks about their SLO error budget, remaining error budget, or burn rate. Given SLO percentage and window, returns budget minutes remaining, burn rate multiplier, and status (Under budget / Elevated / ALERTING).
Parameters schema
{
"type": "object",
"required": [
"slo_pct"
],
"properties": {
"slo_pct": {
"type": "number",
"maximum": 99.9999,
"minimum": 0.001
},
"window_days": {
"type": "number",
"minimum": 1
},
"consumed_minutes": {
"type": "number",
"minimum": 0
},
"window_elapsed_days": {
"type": "number",
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries