Skip to main content
Glama

Webex MCP Server

list_direct_messages

Retrieve all messages from a 1:1 room in Cisco Webex by specifying a parent ID, person ID, or email. Enables efficient message tracking and management.

Instructions

List all messages in a 1:1 room.

Input Schema

NameRequiredDescriptionDefault
parentIdYesThe parent ID to filter messages.
personEmailYesThe person email to filter messages in a 1:1 room.
personIdYesThe person ID to filter messages in a 1:1 room.

Input Schema (JSON Schema)

{ "properties": { "parentId": { "description": "The parent ID to filter messages.", "type": "string" }, "personEmail": { "description": "The person email to filter messages in a 1:1 room.", "type": "string" }, "personId": { "description": "The person ID to filter messages in a 1:1 room.", "type": "string" } }, "required": [ "parentId", "personId", "personEmail" ], "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