get_attachment_action_details
Retrieve detailed information for a specific attachment action using its unique ID within the Webex MCP Server to access Cisco Webex messaging capabilities.
Instructions
Get details for an attachment action by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique identifier for the attachment action. |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique identifier for the attachment action.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}