eventbrite-automationlisted
Install: claude install-skill ComposioHQ/awesome-claude-skills
# Eventbrite Automation
Automate Eventbrite event management workflows -- list organization events, track attendees, browse categories and formats, and manage organizations -- all through natural language.
**Toolkit docs:** [composio.dev/toolkits/eventbrite](https://composio.dev/toolkits/eventbrite)
---
## Setup
1. Add the Rube MCP server to your environment: `https://rube.app/mcp`
2. Connect your Eventbrite account when prompted (OAuth flow via Composio)
3. Start issuing natural language commands for Eventbrite automation
---
## Core Workflows
### 1. Discover Your Organizations
Retrieve the organizations the authenticated user belongs to. This is a prerequisite for most other Eventbrite operations since `organization_id` is required.
**Tool:** `EVENTBRITE_LIST_USER_ORGANIZATIONS`
No parameters required. Returns organization IDs, names, and metadata.
> Always call this first to obtain the `organization_id` needed by event and attendee endpoints.
Example prompt:
> "List my Eventbrite organizations"
---
### 2. List and Search Organization Events
Browse events owned by a specific organization with filtering by status, time period, and pagination.
**Tool:** `EVENTBRITE_LIST_ORGANIZATION_EVENTS`
Key parameters:
- `organization_id` -- the organization whose events to list (required; get from `EVENTBRITE_LIST_USER_ORGANIZATIONS`)
- `status` -- filter by `live`, `draft`, `canceled`, `started`, `ended`, `completed`, or `all`
- `time_filter` -- filter by `current_futu