Skip to main content
Glama

VoiceAI-MCP-VAVicky

Official

chat_with_assistant

Send messages and receive responses from a specific assistant using VoiceAI-MCP-VAVicky. Supports text or audio replies and maintains chat history via thread IDs for continuous interaction.

Instructions

Chat with a specific assistant

Input Schema

NameRequiredDescriptionDefault
assistant_idYesAssistant ID
audioNoEnable audio response
messageYesMessage to send
thread_idYesChat/Thread ID

Input Schema (JSON Schema)

{ "properties": { "assistant_id": { "description": "Assistant ID", "type": "string" }, "audio": { "default": false, "description": "Enable audio response", "type": "boolean" }, "message": { "description": "Message to send", "type": "string" }, "thread_id": { "description": "Chat/Thread ID", "type": "string" } }, "required": [ "assistant_id", "message", "thread_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