You're viewing a demo portfolio

Join the waitlist
PRSM

save_my_receptionist

Active

Tool of com.lobbyvoices/receptionist-toolkit

declared in 1.3.0

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)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.lobbyvoices/receptionist-toolkit

1/7 registries
View full server →
save_my_receptionist — com.lobbyvoices/receptionist-toolkit — PRSM MCP