Skip to main content
Glama

Webex MCP Server

create_attachment_action

Create a new attachment action in Webex by specifying action type, message ID, and associated inputs like name, URL, email, and telephone number for enhanced messaging functionality.

Instructions

Create a new attachment action in Webex.

Input Schema

NameRequiredDescriptionDefault
inputsYes
messageIdYesThe ID of the message to which the attachment is related.
typeYesThe type of the action (e.g., "submit").

Input Schema (JSON Schema)

{ "properties": { "inputs": { "properties": { "Email": { "description": "The email associated with the action.", "type": "string" }, "Name": { "description": "The name associated with the action.", "type": "string" }, "Tel": { "description": "The telephone number associated with the action.", "type": "string" }, "Url": { "description": "The URL associated with the action.", "type": "string" } }, "required": [ "Name", "Url", "Email", "Tel" ], "type": "object" }, "messageId": { "description": "The ID of the message to which the attachment is related.", "type": "string" }, "type": { "description": "The type of the action (e.g., \"submit\").", "type": "string" } }, "required": [ "type", "messageId", "inputs" ], "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