You're viewing a demo portfolio

Join the waitlist
PRSM

deployment-frequency-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use when a user asks about deployment frequency or DORA deploy cadence.

Parameters schema

{
  "type": "object",
  "required": [
    "deploys_per_month",
    "team_size"
  ],
  "properties": {
    "team_size": {
      "type": "number",
      "minimum": 1
    },
    "working_days": {
      "type": "number",
      "minimum": 1
    },
    "deploys_per_month": {
      "type": "number",
      "minimum": 0
    }
  }
}

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 →
deployment-frequency-calculator — Utility Matrix — PRSM MCP