Skip to main content
Glama

VoiceAI-MCP-VAVicky

Official

create_assistant

Build a custom AI assistant with detailed settings, including name, welcome message, AI platform, and integrations like Google Calendar and Twilio for tailored voice or text interactions.

Instructions

Create a new assistant with comprehensive configuration

Input Schema

NameRequiredDescriptionDefault
activeNoWhether assistant is active
ai_platformNoAI Provider
apiKeyYesOpenAI API Key
assistant_typeNoAI Type
booking_botNoIs booking bot
calendarNoCalendar ID
custom_fieldNoCustom field
elevenlabs_voice_idNoElevenLabs Voice ID
google_calendarNoGoogle Calendar Integration
limit_call_timeNoLimit call time in seconds
limit_call_tokensNoLimit call tokens
locationNoGoHighLevel Location
max_call_tokensNoMax call tokens
nameYesAssistant name
openai_modelNoAI Modelgpt-3.5-turbo
openai_realtimeNoOpenAI Realtime
openai_realtime_voiceNoOpenAI Realtime Voice
openai_temperatureNoAI Temperature (0-2)
openai_websitesNoOpenAI Websites
promptNoInstructions/Prompt for the assistant
timezoneNoTimezone
twilio_initial_delayNoTwilio Initial Delay
twilio_phoneNoTwilio Phone Number
twilio_sidNoTwilio SID
twilio_speech_timeoutNoTwilio Speech Timeout
twilio_tokenNoTwilio Token
twilio_welcomeNoTwilio Welcome Message
webhook_to_sendNoWebhook URL
welcome_messageNoWelcome messageHello how can I help you today?

Input Schema (JSON Schema)

{ "properties": { "active": { "default": true, "description": "Whether assistant is active", "type": "boolean" }, "ai_platform": { "description": "AI Provider", "enum": [ "openai", "gemini", "openrouter", "deepseek" ], "type": "string" }, "apiKey": { "description": "OpenAI API Key", "type": "string" }, "assistant_type": { "description": "AI Type", "enum": [ "Text Only", "Voice Only", "Text & Voice", "Voice & Text" ], "type": "string" }, "booking_bot": { "default": false, "description": "Is booking bot", "type": "boolean" }, "calendar": { "description": "Calendar ID", "type": "string" }, "custom_field": { "description": "Custom field", "type": "string" }, "elevenlabs_voice_id": { "description": "ElevenLabs Voice ID", "type": "string" }, "google_calendar": { "default": false, "description": "Google Calendar Integration", "type": "boolean" }, "limit_call_time": { "default": 240, "description": "Limit call time in seconds", "type": "number" }, "limit_call_tokens": { "default": 2000, "description": "Limit call tokens", "type": "number" }, "location": { "description": "GoHighLevel Location", "type": "string" }, "max_call_tokens": { "default": 18000, "description": "Max call tokens", "type": "number" }, "name": { "description": "Assistant name", "type": "string" }, "openai_model": { "default": "gpt-3.5-turbo", "description": "AI Model", "type": "string" }, "openai_realtime": { "default": false, "description": "OpenAI Realtime", "type": "boolean" }, "openai_realtime_voice": { "description": "OpenAI Realtime Voice", "enum": [ "alloy", "echo", "fable", "nova", "onyx", "shimmer" ], "type": "string" }, "openai_temperature": { "default": 0.8, "description": "AI Temperature (0-2)", "type": "number" }, "openai_websites": { "description": "OpenAI Websites", "items": { "type": "string" }, "type": "array" }, "prompt": { "description": "Instructions/Prompt for the assistant", "type": "string" }, "timezone": { "description": "Timezone", "type": "string" }, "twilio_initial_delay": { "default": 1, "description": "Twilio Initial Delay", "type": "number" }, "twilio_phone": { "description": "Twilio Phone Number", "type": "string" }, "twilio_sid": { "description": "Twilio SID", "type": "string" }, "twilio_speech_timeout": { "default": 3, "description": "Twilio Speech Timeout", "type": "number" }, "twilio_token": { "description": "Twilio Token", "type": "string" }, "twilio_welcome": { "description": "Twilio Welcome Message", "type": "string" }, "webhook_to_send": { "description": "Webhook URL", "type": "string" }, "welcome_message": { "default": "Hello how can I help you today?", "description": "Welcome message", "type": "string" } }, "required": [ "name", "apiKey" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server