Skip to main content
Glama

Webex MCP Server

create_membership

Add members to a Webex room by specifying room ID, person details, and moderator status. Facilitates user management within Webex messaging environments.

Instructions

Create a membership in a Webex room.

Input Schema

NameRequiredDescriptionDefault
isModeratorNoWhether the person should be a moderator in the room.
personEmailYesThe email of the person to be added to the room.
personIdYesThe ID of the person to be added to the room.
roomIdYesThe ID of the room to which the member is being added.

Input Schema (JSON Schema)

{ "properties": { "isModerator": { "description": "Whether the person should be a moderator in the room.", "type": "boolean" }, "personEmail": { "description": "The email of the person to be added to the room.", "type": "string" }, "personId": { "description": "The ID of the person to be added to the room.", "type": "string" }, "roomId": { "description": "The ID of the room to which the member is being added.", "type": "string" } }, "required": [ "roomId", "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