Skip to main content
Glama

VoiceAI-MCP-VAVicky

Official

update_assistant

Modify and customize an existing AI assistant by updating its ID, name, API key, welcome message, prompt, AI model, and other parameters for enhanced functionality on the VoiceAI-MCP-VAVicky server.

Instructions

Update an existing assistant

Input Schema

NameRequiredDescriptionDefault
activeNoWhether assistant is active
ai_platformNo
apiKeyNoOpenAI API Key
assistant_idYesAssistant ID
assistant_typeNo
booking_botNoIs booking bot
calendarNoCalendar ID
custom_fieldNoCustom field
locationNoGoHighLevel Location
nameNoAssistant name
openai_modelNoAI Model
openai_temperatureNoAI Temperature (0-2)
promptNoInstructions/Prompt
timezoneNoTimezone
welcome_messageNoWelcome message

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Whether assistant is active", "type": "boolean" }, "ai_platform": { "enum": [ "openai", "gemini", "openrouter", "deepseek" ], "type": "string" }, "apiKey": { "description": "OpenAI API Key", "type": "string" }, "assistant_id": { "description": "Assistant ID", "type": "string" }, "assistant_type": { "enum": [ "Text Only", "Voice Only", "Text & Voice", "Voice & Text" ], "type": "string" }, "booking_bot": { "description": "Is booking bot", "type": "boolean" }, "calendar": { "description": "Calendar ID", "type": "string" }, "custom_field": { "description": "Custom field", "type": "string" }, "location": { "description": "GoHighLevel Location", "type": "string" }, "name": { "description": "Assistant name", "type": "string" }, "openai_model": { "description": "AI Model", "type": "string" }, "openai_temperature": { "description": "AI Temperature (0-2)", "type": "number" }, "prompt": { "description": "Instructions/Prompt", "type": "string" }, "timezone": { "description": "Timezone", "type": "string" }, "welcome_message": { "description": "Welcome message", "type": "string" } }, "required": [ "assistant_id" ], "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