Skip to main content
Glama

Webex MCP Server

update_ecm_linked_folder

Update the linked ECM folder details in Webex, including room ID, content URL, display name, drive ID, item ID, and default folder status, to maintain accurate folder management.

Instructions

Update an ECM linked folder in Webex.

Input Schema

NameRequiredDescriptionDefault
contentUrlYesThe URL for the content.
defaultFolderNoWhether this is the default folder.
displayNameYesThe display name for the folder.
driveIdYesThe ID of the drive.
idYesThe unique identifier for the room folder.
itemIdYesThe ID of the item.
roomIdYesThe room ID associated with the folder.

Input Schema (JSON Schema)

{ "properties": { "contentUrl": { "description": "The URL for the content.", "type": "string" }, "defaultFolder": { "description": "Whether this is the default folder.", "type": "boolean" }, "displayName": { "description": "The display name for the folder.", "type": "string" }, "driveId": { "description": "The ID of the drive.", "type": "string" }, "id": { "description": "The unique identifier for the room folder.", "type": "string" }, "itemId": { "description": "The ID of the item.", "type": "string" }, "roomId": { "description": "The room ID associated with the folder.", "type": "string" } }, "required": [ "id", "roomId", "contentUrl", "displayName", "driveId", "itemId" ], "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