You're viewing a demo portfolio

Join the waitlist
PRSM

incident-cost-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use this when a user asks what an outage or incident cost, or wants to calculate the financial impact of downtime. Takes hourly revenue, downtime duration, and affected percentage. Returns revenue impact, engineering cost, and total incident cost in dollars.

Parameters schema

{
  "type": "object",
  "required": [
    "hourly_revenue",
    "downtime_hours"
  ],
  "properties": {
    "eng_hourly": {
      "type": "number"
    },
    "responders": {
      "type": "number"
    },
    "affected_pct": {
      "type": "number"
    },
    "downtime_hours": {
      "type": "number"
    },
    "hourly_revenue": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Utility Matrix

1/7 registries
View full server →