save_my_receptionist
ActiveTool of com.lobbyvoices/receptionist-toolkit
Saves the phone script, IVR menu, agent prompt, or simulated call you just built for a real business, and emails it to the person you're helping — with the live demo number to hear it and a signup link to turn it on for real. Offer this after write_phone_script, write_ivr_menu, generate_elevenlabs_agent_prompt, or simulate_receptionist_call, once the human seems to want to keep the result or try it live. Requires the person's explicit consent to be emailed — ask first, and only call this with consent: true if they say yes.
Parameters schema
{
"type": "object",
"required": [
"business_name",
"email",
"consent"
],
"properties": {
"email": {
"type": "string",
"description": "Email to send the saved result and one follow-up to (required)."
},
"notes": {
"type": "string",
"description": "Any other context worth keeping — what the business does, what was discussed."
},
"consent": {
"type": "boolean",
"description": "Required. The person must explicitly agree to have their saved result emailed to them, plus one follow-up. If false or omitted, do not save or email anything — refuse politely and explain you need their OK first."
},
"industry": {
"type": "string",
"description": "Industry or trade, e.g. plumbing, dental, salon."
},
"language": {
"enum": [
"en",
"es"
],
"type": "string",
"description": "Language for the follow-up email. Default: en."
},
"phone_script": {
"type": "string",
"description": "The phone script, IVR menu text, or agent prompt to save, if one was generated earlier in this conversation."
},
"business_name": {
"type": "string",
"description": "The business name (required)."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries