Eventbrite Skill

Other

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Eventbrite tools.

76 tools
SKILL.md

Eventbrite
SKILL.md

Domain knowledge for using Eventbrite event management and ticketing tools effectively

Eventbrite

Eventbrite is a platform for event management and ticketing that allows users to create, share, and host live events. Use it to handle event logistics, ticket sales, and attendee engagement.

Data Model

  • Organizations are the top-level container. List organizations first; most operations are organization-scoped.
  • Events belong to an organization. List events → get event_id for attendees, ticket classes, questions, etc.
  • Venues belong to organizations. List venues to get venue_id for event creation.
  • Orders and Attendees are event-scoped. Order IDs use format eventbrite:order:{id}; attendee IDs use eventbrite:attendee:{id}.
  • Ticket Classes and Inventory Tiers define pricing and capacity. Discounts are organization+event scoped.
  • Categories, Formats, Subcategories are global reference data.

Gotchas

  • ID formats: Some fetch tools expect prefixed IDs (e.g. eventbrite:order:{order_id}). Check each tool's parameter format.
  • Organization-first: Almost all tools require organization_id. Get it from list_organizations first.
  • Write tools create real data: upsert_venue, upsert_custom_question, create_webhook create live resources. Use delete variants for cleanup in tests.

Use with Eventbrite Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Eventbrite API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Eventbrite?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Eventbrite Skill - SKILL.md for Claude Code, Cursor & More