on-call-burden-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Use when a user asks about on-call load or burnout risk.
Parameters schema
{
"type": "object",
"required": [
"engineer_count",
"shifts_per_month",
"hours_per_shift",
"hourly_cost"
],
"properties": {
"hourly_cost": {
"type": "number",
"minimum": 0
},
"engineer_count": {
"type": "number",
"minimum": 1
},
"hours_per_shift": {
"type": "number",
"minimum": 1
},
"shifts_per_month": {
"type": "number",
"minimum": 1
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries