You're viewing a demo portfolio

Join the waitlist
PRSM

error-budget-calculator

Active

Tool 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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Utility Matrix

1/7 registries
View full server →