generate_elevenlabs_agent_prompt
ActiveTool 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."
}
}
}Parent server
com.lobbyvoices/receptionist-toolkit
1/7 registries