get_event_details
Retrieve comprehensive details about a specific event in Webex using its unique event ID. Simplify event management and access critical information directly through the Webex MCP Server.
Instructions
Get details for a specific event by event ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventId | Yes | The unique identifier for the event. |
Input Schema (JSON Schema)
{
"properties": {
"eventId": {
"description": "The unique identifier for the event.",
"type": "string"
}
},
"required": [
"eventId"
],
"type": "object"
}