simulate_receptionist_call
ActiveTool of com.lobbyvoices/receptionist-toolkit
Role-play a phone call with Lobby's receptionist call engine — the same pipeline behind the product demo: greeting, booking flow, lead capture, and automatic English/Spanish detection (live calls add a full AI brain on top). You play the caller: pass each thing the caller says, get the full transcript and outcome back. Free, text-only, max 6 caller lines.
Parameters schema
{
"type": "object",
"required": [
"callerSays"
],
"properties": {
"business": {
"type": "string",
"description": "Business name the receptionist answers for. Default: Lobby Demo Services."
},
"callerSays": {
"type": "array",
"items": {
"type": "string",
"maxLength": 240
},
"maxItems": 6,
"description": "The caller's lines, in order. Try Spanish to hear the language switch — e.g. ['Hola, necesito una cita para mañana.']"
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries