alert-fatigue-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Use when a user asks about alert noise, alert fatigue, or on-call burden from non-actionable alerts. Given weekly alert volume, actionable %, engineer count, and avg resolution time, returns noise rate, wasted hours, and fatigue tier.
Parameters schema
{
"type": "object",
"required": [
"alerts_per_week",
"actionable_pct",
"engineer_count",
"avg_resolution_min"
],
"properties": {
"actionable_pct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"engineer_count": {
"type": "number",
"minimum": 1
},
"alerts_per_week": {
"type": "number",
"minimum": 0
},
"avg_resolution_min": {
"type": "number",
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries