Skip to main content
Glama

Webex MCP Server

list_memberships

Retrieve and filter memberships in a Webex room using room ID, person ID, email, or limit results by specifying a maximum number. Integrates with the Webex MCP Server for efficient access to messaging data.

Instructions

List memberships in a Webex room.

Input Schema

NameRequiredDescriptionDefault
maxNoThe maximum number of memberships to return.
personEmailNoThe email address of the person to filter memberships by.
personIdNoThe ID of the person to filter memberships by.
roomIdYesThe ID of the room to list memberships for.

Input Schema (JSON Schema)

{ "properties": { "max": { "description": "The maximum number of memberships to return.", "type": "integer" }, "personEmail": { "description": "The email address of the person to filter memberships by.", "type": "string" }, "personId": { "description": "The ID of the person to filter memberships by.", "type": "string" }, "roomId": { "description": "The ID of the room to list memberships for.", "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