apdex-score-calculator
ActiveTool 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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries