Skip to main content
Glama

Webex MCP Server

list_messages

Retrieve messages from a Webex room by room ID, filter by parent message, mentioned people, date, or message ID, and set a response limit.

Instructions

List messages in a Webex room.

Input Schema

NameRequiredDescriptionDefault
beforeNoList messages sent before a specific date and time.
beforeMessageNoList messages sent before a specific message, by ID.
maxNoLimit the maximum number of messages in the response.
mentionedPeopleNoList messages with these people mentioned, by ID.
parentIdNoThe ID of the parent message to filter by.
roomIdYesThe ID of the room to list messages from.

Input Schema (JSON Schema)

{ "properties": { "before": { "description": "List messages sent before a specific date and time.", "type": "string" }, "beforeMessage": { "description": "List messages sent before a specific message, by ID.", "type": "string" }, "max": { "description": "Limit the maximum number of messages in the response.", "type": "integer" }, "mentionedPeople": { "description": "List messages with these people mentioned, by ID.", "type": "string" }, "parentId": { "description": "The ID of the parent message to filter by.", "type": "string" }, "roomId": { "description": "The ID of the room to list messages from.", "type": "string" } }, "required": [ "roomId" ], "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