should_i_hire_a_receptionist
ActiveTool of com.lobbyvoices/receptionist-toolkit
declared in 1.3.0
Scores a business's phone coverage and returns a verdict — you're covered, get an AI front desk, or go hybrid — with the caller archetype, yearly leak, suggested plan, break-even days, and ROI.
Parameters schema
{
"type": "object",
"required": [
"callsPerWeek",
"missedRatePct",
"avgJobValue"
],
"properties": {
"avgJobValue": {
"type": "number",
"description": "Average value of one new customer or job, USD (snapped to the quiz's brackets)."
},
"callsPerWeek": {
"type": "number",
"description": "Roughly how many inbound calls per week (snapped to the quiz's brackets)."
},
"currentSetup": {
"enum": [
"self",
"vm",
"staff",
"none"
],
"type": "string",
"description": "Who answers today: the owner (self), voicemail (vm), staff between tasks (staff), or nobody consistently (none). Default: self."
},
"missedRatePct": {
"type": "number",
"description": "Rough percent of calls that go unanswered (snapped to the quiz's brackets)."
},
"coverageNeeded": {
"enum": [
"business-hours",
"extended",
"always"
],
"type": "string",
"description": "When calls actually come in. Default: business-hours."
},
"spanishCallers": {
"enum": [
"no",
"some",
"lots"
],
"type": "string",
"description": "How often Spanish-speaking customers call. Default: no."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries