Retrieve AddEvent Event
addevent_get_eventRetrieve a single event's full JSON object using its event ID. Use this when you have the ID and need the event's complete data.
Instructions
Retrieves a single event by its event_id.
Args:
event_id (string, required): The event to retrieve.
Returns: The full event object as JSON.
Examples:
"Show me the details for event evt_abc123" -> event_id: "evt_abc123".
Don't use when: you don't have the event_id yet (use addevent_search_events first).
Error Handling:
Returns "Error: Not found..." (404) if the event_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The ID of the event to retrieve. |