Skip to main content
Glama

Webex MCP Server

create_team_membership

Add a person to a Webex team by specifying their ID, email, and team ID, with an option to designate them as a moderator. Facilitates team collaboration management.

Instructions

Create a team membership in Webex.

Input Schema

NameRequiredDescriptionDefault
isModeratorNoIndicates if the person should be a moderator.
personEmailYesThe email address of the person to be added to the team.
personIdYesThe ID of the person to be added to the team.
teamIdYesThe ID of the team to which the person will be added.

Input Schema (JSON Schema)

{ "properties": { "isModerator": { "description": "Indicates if the person should be a moderator.", "type": "boolean" }, "personEmail": { "description": "The email address of the person to be added to the team.", "type": "string" }, "personId": { "description": "The ID of the person to be added to the team.", "type": "string" }, "teamId": { "description": "The ID of the team to which the person will be added.", "type": "string" } }, "required": [ "teamId", "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