incident-cost-calculator
ActiveTool of Utility Matrix
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Utility Matrix
1/7 registries