write_phone_script
ActiveTool of com.lobbyvoices/receptionist-toolkit
declared in 1.3.0
Writes a professional phone script for a business — greeting, voicemail message, on-hold message, or jingle lines — in English, Mexican Spanish, or both. Returns ready-to-record text.
Parameters schema
{
"type": "object",
"required": [
"business"
],
"properties": {
"mode": {
"enum": [
"greeting",
"voicemail",
"hold",
"jingle"
],
"type": "string",
"description": "What kind of script to write. Default: greeting."
},
"vibe": {
"enum": [
"warm",
"formal",
"friendly"
],
"type": "string",
"description": "Tone of voice. Default: warm."
},
"extra": {
"type": "string",
"description": "Optional details to mention: hours, offers, callback promise."
},
"langs": {
"type": "array",
"items": {
"enum": [
"en",
"es"
],
"type": "string"
},
"description": "Languages to write. Default: both."
},
"trade": {
"type": "string",
"description": "Industry or trade, e.g. plumbing, dental clinic."
},
"business": {
"type": "string",
"description": "Business name (required)."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries