You're viewing a demo portfolio

Join the waitlist
PRSM

dora-metrics-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use this when a user wants to benchmark their engineering team against DORA metrics, or classify their deployment frequency and lead time. Takes deploy frequency, lead time hours, change failure rate, and restore time. Returns Elite/High/Medium/Low tier classification per metric.

Parameters schema

{
  "type": "object",
  "required": [
    "deploys_per_month",
    "lead_time_hours",
    "change_failure_pct"
  ],
  "properties": {
    "lead_time_hours": {
      "type": "number"
    },
    "deploys_per_month": {
      "type": "number"
    },
    "change_failure_pct": {
      "type": "number"
    },
    "restore_time_hours": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Utility Matrix

1/7 registries
View full server →