Skip to main content
Glama

Webex MCP Server

create_room

Create customizable rooms in Webex with specific titles, team IDs, and classification IDs. Manage room settings like privacy, locking, and announcement mode for tailored collaboration spaces.

Instructions

Create a room in Webex.

Input Schema

NameRequiredDescriptionDefault
classificationIdYesThe classification ID for the room.
descriptionNoThe description of the room.
isAnnouncementOnlyNoWhether the room is announcement only.
isLockedNoWhether the room is locked.
isPublicNoWhether the room is public.
teamIdYesThe ID of the team to which the room belongs.
titleYesThe title of the room.

Input Schema (JSON Schema)

{ "properties": { "classificationId": { "description": "The classification ID for the room.", "type": "string" }, "description": { "description": "The description of the room.", "type": "string" }, "isAnnouncementOnly": { "description": "Whether the room is announcement only.", "type": "boolean" }, "isLocked": { "description": "Whether the room is locked.", "type": "boolean" }, "isPublic": { "description": "Whether the room is public.", "type": "boolean" }, "teamId": { "description": "The ID of the team to which the room belongs.", "type": "string" }, "title": { "description": "The title of the room.", "type": "string" } }, "required": [ "title", "teamId", "classificationId" ], "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