Skip to main content
Glama

Webex MCP Server

update_room

Modify room settings in Webex, including title, visibility, permissions, and description, using its unique identifier to streamline collaboration updates.

Instructions

Update a room in Webex.

Input Schema

NameRequiredDescriptionDefault
classificationIdNoThe classification ID of the room.
descriptionNoThe description of the room.
isAnnouncementOnlyNoIndicates if the room is announcement only.
isLockedNoIndicates if the room is locked.
isPublicNoIndicates if the room is public.
isReadOnlyNoIndicates if the room is read-only.
roomIdYesThe unique identifier for the room.
teamIdNoThe team ID associated with the room.
titleNoThe title of the room.

Input Schema (JSON Schema)

{ "properties": { "classificationId": { "description": "The classification ID of the room.", "type": "string" }, "description": { "description": "The description of the room.", "type": "string" }, "isAnnouncementOnly": { "description": "Indicates if the room is announcement only.", "type": "boolean" }, "isLocked": { "description": "Indicates if the room is locked.", "type": "boolean" }, "isPublic": { "description": "Indicates if the room is public.", "type": "boolean" }, "isReadOnly": { "description": "Indicates if the room is read-only.", "type": "boolean" }, "roomId": { "description": "The unique identifier for the room.", "type": "string" }, "teamId": { "description": "The team ID associated with the room.", "type": "string" }, "title": { "description": "The title of the room.", "type": "string" } }, "required": [ "roomId" ], "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