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