Skip to main content
Glama

Webex MCP Server

create_team

Create a new team in Webex by specifying a name and description, enabling organized collaboration and communication within the platform.

Instructions

Create a team in Webex.

Input Schema

NameRequiredDescriptionDefault
descriptionYesA description of the team.
nameYesThe name of the team.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A description of the team.", "type": "string" }, "name": { "description": "The name of the team.", "type": "string" } }, "required": [ "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