You're viewing a demo portfolio

Join the waitlist
PRSM

generate_elevenlabs_agent_prompt

Active

Tool of com.lobbyvoices/receptionist-toolkit

declared in 1.3.0

Generates a production-grade system prompt for an ElevenLabs conversational agent acting as a business phone receptionist: identity, job, voice style, booking flow, guardrails, and escalation rules.

Parameters schema

{
  "type": "object",
  "required": [
    "biz"
  ],
  "properties": {
    "biz": {
      "type": "string",
      "description": "Business name (required)."
    },
    "tone": {
      "type": "string",
      "description": "Personality, e.g. warm, formal, upbeat."
    },
    "hours": {
      "type": "string",
      "description": "Business hours in plain words."
    },
    "tasks": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "What the agent should do, e.g. book, faqs, leads."
    },
    "spanish": {
      "type": "boolean",
      "description": "Whether the agent should also handle Spanish callers."
    },
    "industry": {
      "type": "string",
      "description": "Industry, e.g. plumbing, hvac, dental, salon, law, restaurant."
    },
    "agentName": {
      "type": "string",
      "description": "Name the agent should use for itself."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.lobbyvoices/receptionist-toolkit

1/7 registries
View full server →