You're viewing a demo portfolio

Join the waitlist
PRSM

calculate_missed_call_cost

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.lobbyvoices/receptionist-toolkit

1/7 registries
View full server →
calculate_missed_call_cost — com.lobbyvoices/receptionist-toolkit — PRSM MCP