You're viewing a demo portfolio

Join the waitlist
PRSM

alert-fatigue-calculator

Active

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

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 →
alert-fatigue-calculator — Utility Matrix — PRSM MCP