You're viewing a demo portfolio

Join the waitlist
PRSM

write_phone_script

Active

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

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.lobbyvoices/receptionist-toolkit

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