You're viewing a demo portfolio

Join the waitlist
PRSM

change-failure-rate-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use when a user asks about change failure rate or DORA CFR. Given total and failed deployments, returns failure rate percentage and DORA tier.

Parameters schema

{
  "type": "object",
  "required": [
    "total_deploys",
    "failed_deploys"
  ],
  "properties": {
    "total_deploys": {
      "type": "number",
      "minimum": 1
    },
    "failed_deploys": {
      "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 →