eb_event
Retrieve any public Eventbrite event by numeric ID from the URL. Get event details including venue, organizer, and ticket availability for a specific event.
Instructions
Get an Eventbrite event by id (works for any public event, not just yours). Event ids are the trailing digits in an event URL (…-tickets-).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Eventbrite's payload untouched. No field projection on this tool: this server has no verified record of which Eventbrite fields matter here, and inventing one would risk dropping a field a caller needs. | |
| expand | No | Comma-separated expansions (default venue,organizer,ticket_availability) | |
| event_id | Yes | Numeric event id |