Skip to main content
Glama

Attendee MCP Server

by Angad-2002
MIT License

make_bot_speak

Enable AI meeting bots to speak text-to-speech during virtual meetings. Specify bot ID, text, and optional voice settings to facilitate clear communication across platforms like Zoom, Google Meet, and Microsoft Teams.

Instructions

Make a bot speak text during a meeting using text-to-speech

Input Schema

NameRequiredDescriptionDefault
bot_idYesID of the bot that should speak
textYesText for the bot to speak
voice_language_codeNoVoice language code (optional, defaults to 'en-US')en-US
voice_nameNoVoice name (optional, defaults to 'en-US-Casual-K')en-US-Casual-K

Input Schema (JSON Schema)

{ "properties": { "bot_id": { "description": "ID of the bot that should speak", "type": "string" }, "text": { "description": "Text for the bot to speak", "type": "string" }, "voice_language_code": { "default": "en-US", "description": "Voice language code (optional, defaults to 'en-US')", "type": "string" }, "voice_name": { "default": "en-US-Casual-K", "description": "Voice name (optional, defaults to 'en-US-Casual-K')", "type": "string" } }, "required": [ "bot_id", "text" ], "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/Angad-2002/attendee-mcp'

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