Skip to main content
Glama

Webex MCP Server

create_message

Send messages in Webex rooms by specifying room ID, text, or attachments. Supports replies, markdown formatting, and file attachments for effective communication.

Instructions

Create a message in a Webex room.

Input Schema

NameRequiredDescriptionDefault
attachmentsNoAn array of attachment objects.
filesNoAn array of file URLs to attach to the message.
markdownNoThe message in markdown format.
parentIdNoThe ID of the parent message (if this is a reply).
roomIdYesThe ID of the room where the message will be sent.
textYesThe plain text message to send.
toPersonEmailNoThe email of the person to whom the message is directed.
toPersonIdNoThe ID of the person to whom the message is directed.

Input Schema (JSON Schema)

{ "properties": { "attachments": { "description": "An array of attachment objects.", "items": { "type": "object" }, "type": "array" }, "files": { "description": "An array of file URLs to attach to the message.", "items": { "type": "string" }, "type": "array" }, "markdown": { "description": "The message in markdown format.", "type": "string" }, "parentId": { "description": "The ID of the parent message (if this is a reply).", "type": "string" }, "roomId": { "description": "The ID of the room where the message will be sent.", "type": "string" }, "text": { "description": "The plain text message to send.", "type": "string" }, "toPersonEmail": { "description": "The email of the person to whom the message is directed.", "type": "string" }, "toPersonId": { "description": "The ID of the person to whom the message is directed.", "type": "string" } }, "required": [ "roomId", "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/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

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