Skip to main content
Glama

Attendee MCP Server

by rexposadas

make_bot_speak

Enable a bot to speak text during meetings using text-to-speech. Provide bot ID, text, and optional voice settings for language and style customization.

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/rexposadas/attendee-mcp'

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