write_ivr_menu
ActiveTool of com.lobbyvoices/receptionist-toolkit
declared in 1.3.0
Builds a complete IVR (phone menu / auto-attendant) script for a business: greeting, numbered options, optional Spanish-language switch, and the operator line. English, Spanish, or bilingual.
Parameters schema
{
"type": "object",
"required": [
"business"
],
"properties": {
"options": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 6,
"description": "Menu options in order (press 1, press 2, …). Defaults to the industry's standard four."
},
"business": {
"type": "string",
"description": "Business name (required)."
},
"greeting": {
"type": "string",
"description": "Custom opening greeting. Default: 'Thank you for calling {business}.'"
},
"industry": {
"enum": [
"plumbing",
"hvac",
"dental",
"auto",
"salon",
"restaurant",
"law",
"clinic"
],
"type": "string",
"description": "Pick the closest industry; supplies sensible default menu options."
},
"language": {
"enum": [
"en",
"es",
"both"
],
"type": "string",
"description": "Menu language. 'both' adds a press-nine Spanish switch. Default: en."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries