Skip to main content
Glama

Webex MCP Server

update_team

Modify team details in Webex by updating its name and description using the team's unique identifier for accurate and consistent team management.

Instructions

Update a team in Webex.

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe new description for the team.
nameYesThe new name for the team.
teamIdYesThe unique identifier for the team.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The new description for the team.", "type": "string" }, "name": { "description": "The new name for the team.", "type": "string" }, "teamId": { "description": "The unique identifier for the team.", "type": "string" } }, "required": [ "teamId", "name", "description" ], "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