Skip to main content
Glama

Webex MCP Server

update_team_membership

Modify team membership roles in Webex by updating the moderator status for a specific user. Enter the membership ID and set the isModerator flag to adjust permissions.

Instructions

Update a team membership in Webex.

Input Schema

NameRequiredDescriptionDefault
isModeratorYesIndicates if the user is a moderator.
membershipIdYesThe unique identifier for the team membership.

Input Schema (JSON Schema)

{ "properties": { "isModerator": { "description": "Indicates if the user is a moderator.", "type": "boolean" }, "membershipId": { "description": "The unique identifier for the team membership.", "type": "string" } }, "required": [ "membershipId", "isModerator" ], "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