calculate_missed_call_cost
ActiveTool of com.lobbyvoices/receptionist-toolkit
declared in 1.3.0
Computes the revenue a business loses to missed phone calls (monthly and yearly), plus the recovery math: recoverable revenue, suggested answering plan, break-even days, and ROI multiple.
Parameters schema
{
"type": "object",
"required": [
"callsPerWeek",
"missedRatePct",
"avgJobValue"
],
"properties": {
"avgJobValue": {
"type": "number",
"maximum": 5000,
"minimum": 50,
"description": "Average value of one new customer or job, USD."
},
"callsPerWeek": {
"type": "number",
"maximum": 300,
"minimum": 10,
"description": "Inbound calls per week."
},
"missedRatePct": {
"type": "number",
"maximum": 70,
"minimum": 5,
"description": "Percent of calls missed or sent to voicemail."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries