Skip to main content
Glama

Webex MCP Server

create_room_tab

Add a customizable tab to a Webex room by specifying the room ID, tab URL, and display name for enhanced collaboration and resource access.

Instructions

Create a tab in a specified room.

Input Schema

NameRequiredDescriptionDefault
contentUrlYesThe URL to be displayed in the tab.
displayNameYesThe name to be displayed for the tab.
roomIdYesThe ID of the room where the tab will be added.

Input Schema (JSON Schema)

{ "properties": { "contentUrl": { "description": "The URL to be displayed in the tab.", "type": "string" }, "displayName": { "description": "The name to be displayed for the tab.", "type": "string" }, "roomId": { "description": "The ID of the room where the tab will be added.", "type": "string" } }, "required": [ "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