Skip to main content
Glama

Webex MCP Server

create_ecm_folder

Automate ECM folder configuration in Webex by linking folders to specific rooms, associating content URLs, and setting default folder preferences.

Instructions

Create an ECM folder configuration in Webex.

Input Schema

NameRequiredDescriptionDefault
contentUrlYesThe URL of the content associated with the folder.
defaultFolderNoWhether this folder is the default folder.
displayNameYesThe display name for the folder.
driveIdYesThe ID of the drive where the folder is located.
itemIdYesThe ID of the item (folder) to be linked.
roomIdYesThe ID of the room where the folder will be linked.

Input Schema (JSON Schema)

{ "properties": { "contentUrl": { "description": "The URL of the content associated with the folder.", "type": "string" }, "defaultFolder": { "description": "Whether this folder is the default folder.", "type": "boolean" }, "displayName": { "description": "The display name for the folder.", "type": "string" }, "driveId": { "description": "The ID of the drive where the folder is located.", "type": "string" }, "itemId": { "description": "The ID of the item (folder) to be linked.", "type": "string" }, "roomId": { "description": "The ID of the room where the folder will be linked.", "type": "string" } }, "required": [ "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