Eventbrite MCP Server

by ibraheem4
Verified

get_event

Get detailed information about a specific Eventbrite event

Input Schema

NameRequiredDescriptionDefault
event_idYesEventbrite event ID

Input Schema (JSON Schema)

{ "properties": { "event_id": { "description": "Eventbrite event ID", "type": "string" } }, "required": [ "event_id" ], "type": "object" }