Skip to main content
Glama

Webex MCP Server

list_events

Retrieve and filter events within your organization using the Webex Messaging API. Specify parameters like resource type, actor ID, date range, and maximum results to customize the output.

Instructions

List events in your organization using the Webex Messaging API.

Input Schema

NameRequiredDescriptionDefault
actorIdYesThe ID of the actor to filter events.
fromYesThe start date to filter events.
maxNoThe maximum number of events to return.
resourceNoThe resource type to filter events.
toYesThe end date to filter events.
typeNoThe type of events to list.

Input Schema (JSON Schema)

{ "properties": { "actorId": { "description": "The ID of the actor to filter events.", "type": "string" }, "from": { "description": "The start date to filter events.", "type": "string" }, "max": { "description": "The maximum number of events to return.", "type": "integer" }, "resource": { "description": "The resource type to filter events.", "type": "string" }, "to": { "description": "The end date to filter events.", "type": "string" }, "type": { "description": "The type of events to list.", "type": "string" } }, "required": [ "actorId", "from", "to" ], "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