You're viewing a demo portfolio

Join the waitlist
PRSM

apdex-score-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use this when a user asks about their Apdex score or wants to measure user satisfaction with response times. Takes satisfied, tolerating, and total request counts. Returns Apdex score (0–1) and performance rating.

Parameters schema

{
  "type": "object",
  "required": [
    "satisfied",
    "tolerating",
    "total"
  ],
  "properties": {
    "total": {
      "type": "number",
      "minimum": 1
    },
    "satisfied": {
      "type": "number",
      "minimum": 0
    },
    "tolerating": {
      "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 →
apdex-score-calculator — Utility Matrix — PRSM MCP