Skip to main content
Glama

Webex MCP Server

update_room_tab

Modify a room tab in Webex by updating its content URL and display name, ensuring accurate and relevant information is displayed for users.

Instructions

Update a Room Tab in Webex.

Input Schema

NameRequiredDescriptionDefault
contentUrlYesThe new content URL for the tab.
displayNameYesThe display name for the tab.
idYesThe unique identifier for the Room Tab.
roomIdYesThe ID of the room to which the tab belongs.

Input Schema (JSON Schema)

{ "properties": { "contentUrl": { "description": "The new content URL for the tab.", "type": "string" }, "displayName": { "description": "The display name for the tab.", "type": "string" }, "id": { "description": "The unique identifier for the Room Tab.", "type": "string" }, "roomId": { "description": "The ID of the room to which the tab belongs.", "type": "string" } }, "required": [ "id", "roomId", "contentUrl", "displayName" ], "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