Skip to main content
Glama

Webex MCP Server

edit_message

Update text or markdown in a Webex message by specifying the message ID, room ID, and new content. Enables quick edits to enhance clarity or correct errors.

Instructions

Edit a message in Webex.

Input Schema

NameRequiredDescriptionDefault
markdownNoThe new markdown for the message (optional).
messageIdYesThe unique identifier for the message to edit.
roomIdYesThe ID of the room where the message is located.
textYesThe new text for the message.

Input Schema (JSON Schema)

{ "properties": { "markdown": { "description": "The new markdown for the message (optional).", "type": "string" }, "messageId": { "description": "The unique identifier for the message to edit.", "type": "string" }, "roomId": { "description": "The ID of the room where the message is located.", "type": "string" }, "text": { "description": "The new text for the message.", "type": "string" } }, "required": [ "messageId", "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