Skip to main content
Glama

Attendee MCP Server

by rexposadas

send_chat_message

Send chat messages during meetings using a bot by specifying the bot ID and message text. Enables communication through the Attendee MCP Server.

Instructions

Send a chat message from the bot to the meeting

Input Schema

NameRequiredDescriptionDefault
bot_idYesID of the bot that should send the message
messageYesMessage text to send

Input Schema (JSON Schema)

{ "properties": { "bot_id": { "description": "ID of the bot that should send the message", "type": "string" }, "message": { "description": "Message text to send", "type": "string" } }, "required": [ "bot_id", "message" ], "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