# Eventbrite

Your Toolhouse AI Worker can connect to Eventbrite using 95 specialized tools.

## Auth Connection

This service requires an auth connection to use its tools. You can set this up in your Toolhouse dashboard under [Auth Connections](https://toolhouse.app/auth-connections?authkit_slugs=eventbrite).

## Tools (95)

### `Eventbrite Add Ticket To Group`

Integration name: **EVENTBRITE\_ADD\_TICKET\_TO\_GROUP**

Tool to add a ticket class to one or more explicitly specified ticket groups for an Eventbrite event. Use when you need to organize tickets by grouping them together. The caller must supply a non-empty list of ticket\_group\_ids; to discover available groups, call a list ticket groups action first.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter          | Type   | Required | Example           | Description                                                                                                                                                                                                                             |
| ------------------ | ------ | :------: | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`         | string |     ✅    | `"1983257485527"` | The ID of the event containing the ticket class and ticket groups.                                                                                                                                                                      |
| `ticket_class_id`  | string |     ✅    | `"3420791486"`    | The ID of the ticket class to add to ticket groups.                                                                                                                                                                                     |
| `ticket_group_ids` | array  |     ✅    | `["1762587"]`     | Non-empty list of ticket group IDs to add the ticket class to. Each ID must correspond to an existing ticket group. To discover available ticket group IDs, call a list ticket groups action first and pass the desired IDs explicitly. |

***

### `Eventbrite Add Ticket To Group By Organization`

Integration name: **EVENTBRITE\_ADD\_TICKET\_TO\_GROUP\_BY\_ORGANIZATION**

Tool to add a ticket class to ticket groups using organization and event IDs. Use when managing ticket groups at the organization level.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter          | Type   | Required | Example           | Description                                                                                                                        |
| ------------------ | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`         | string |     ✅    | `"1983257485527"` | The ID of the event containing the ticket class and ticket groups.                                                                 |
| `organization_id`  | string |     ✅    | `"2054240262773"` | The ID of the organization that owns the event.                                                                                    |
| `ticket_class_id`  | string |     ✅    | `"3420791486"`    | The ID of the ticket class to add to ticket groups.                                                                                |
| `ticket_group_ids` | array  |     ✅    | `["1762587"]`     | Array of ticket group IDs to add the ticket class to. If empty array is provided, removes the ticket class from all ticket groups. |

***

### `Eventbrite Calculate Price For Item`

Integration name: **EVENTBRITE\_CALCULATE\_PRICE\_FOR\_ITEM**

Tool to calculate Eventbrite fees for a given ticket price. Use when you need to determine the exact fees, taxes, and organizer share for a specific price point before creating tickets.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter    | Type   | Required | Example      | Description                                                                                                                            |
| ------------ | ------ | :------: | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| `scope`      | object |     ✅    | —            | Scope configuration defining the context for pricing calculation (organization or event level).                                        |
| `country`    | string |     ✅    | `"US"`       | Two-letter ISO 3166-1 alpha-2 country code for the pricing calculation.                                                                |
| `base_price` | string |     ✅    | `"USD,1000"` | Price in format 'CURRENCY,amount\_in\_cents' where amount is in minor units (e.g., cents for USD). Example: 'USD,1000' for $10.00 USD. |

***

### `Eventbrite Cancel Event`

Integration name: **EVENTBRITE\_CANCEL\_EVENT**

Tool to cancel an Eventbrite event. Use when you need to cancel an event. Note: Event must not have any pending or completed orders or the cancellation will fail.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                         |
| ---------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257556740"` | The ID of the event to cancel. Event must not have any pending or completed orders. |

***

### `Eventbrite Copy Event`

Integration name: **EVENTBRITE\_COPY\_EVENT**

Tool to copy an Eventbrite event and create a duplicate with a new Event ID. Use when you need to duplicate an existing event to create a similar event with the same settings.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                         |
| ---------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257552728"` | The ID of the event to copy. A duplicate event will be created with a new Event ID. |

***

### `Eventbrite Create Access Code`

Integration name: **EVENTBRITE\_CREATE\_ACCESS\_CODE**

Tool to create a new access code for an Eventbrite event. Use when you need to create promotional codes, early bird access, or VIP ticket codes that unlock hidden ticket classes.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example           | Description                                                                         |
| ------------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------------------- |
| `event_id`    | string |     ✅    | `"1983257485527"` | The ID of the event to create an access code for.                                   |
| `access_code` | object |     ✅    | —                 | Access code configuration including code string, ticket IDs, and optional settings. |

***

### `Eventbrite Create Checkout Settings`

Integration name: **EVENTBRITE\_CREATE\_CHECKOUT\_SETTINGS**

Tool to create checkout settings for an Eventbrite organization. Use when you need to configure payment methods, country, and currency for an organization's checkout process.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter           | Type   | Required | Example           | Description                                                                                 |
| ------------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------------------------- |
| `organization_id`   | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to create checkout settings for.                  |
| `checkout_settings` | object |     ✅    | —                 | Checkout settings configuration including checkout method, country code, and currency code. |

***

### `Eventbrite Create Custom Question`

Integration name: **EVENTBRITE\_CREATE\_CUSTOM\_QUESTION**

Tool to create a custom question for an Eventbrite event. Use when you need to collect additional information from attendees during registration (e.g., dietary preferences, T-shirt sizes, special requirements).

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                               |
| ---------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257573791"` | The ID of the event to create the custom question for.                                    |
| `question` | object |     ✅    | —                 | Question object containing the question configuration including text, type, and settings. |

***

### `Eventbrite Create Discount`

Integration name: **EVENTBRITE\_CREATE\_DISCOUNT**

Tool to create a new discount for an Eventbrite organization. Use when you need to create promotional discounts, coupon codes, or special pricing for events.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                       |
| ----------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------------- |
| `discount`        | object |     ✅    | —                 | Discount configuration including type, code, discount amount, and other settings. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to create the discount for.             |

***

### `Eventbrite Create Event`

Integration name: **EVENTBRITE\_CREATE\_EVENT**

Tool to create a new Eventbrite event. Use when you need to create single events or series parent events for repeating events. By default creates a single occurrence event unless is\_series is set to true.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                           |
| ----------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------------------------------------------------- |
| `event`           | object |     ✅    | —                 | Event data containing all required and optional fields for creating the event.                                        |
| `organization_id` | string |     ✅    | `"2054240262773"` | The organization ID under which to create the event. Use LIST\_USER\_ORGANIZATIONS to retrieve your organization IDs. |

***

### `Eventbrite Create Event Schedule`

Integration name: **EVENTBRITE\_CREATE\_EVENT\_SCHEDULE**

Tool to create an event schedule for a series parent event. Use when you need to add recurring occurrences to an event based on a recurrence pattern (daily, weekly, monthly, etc.). The schedule follows iCalendar RFC 5545 format.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                                                                        |
| ---------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257609899"` | The ID of the series parent event to create a schedule for. This must be a series parent event that can have multiple occurrences. |
| `schedule` | object |     ✅    | —                 | Schedule configuration including occurrence duration and recurrence rule following iCalendar RFC 5545 standard.                    |

***

### `Eventbrite Create Inventory Tier`

Integration name: **EVENTBRITE\_CREATE\_INVENTORY\_TIER**

Tool to create a new inventory tier for an Eventbrite event. Use when you need to set up tiered seating, pricing levels, or capacity allocation for an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter        | Type   | Required | Example           | Description                                                                                                           |
| ---------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------------------------------------------------- |
| `event_id`       | string |     ✅    | `"1983257453431"` | The ID of the event to create an inventory tier for.                                                                  |
| `inventory_tier` | object |     ✅    | —                 | Inventory tier configuration including name and optional settings for capacity, color, and ticket class associations. |

***

### `Eventbrite Create Organizer`

Integration name: **EVENTBRITE\_CREATE\_ORGANIZER**

Tool to create a new organizer for an Eventbrite organization. Use when you need to add an organizer profile that can be associated with events.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                          |
| ----------------- | ------ | :------: | ----------------- | -------------------------------------------------------------------- |
| `organizer`       | object |     ✅    | —                 | Organizer configuration including name and optional profile details. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The ID of the organization under which to create the organizer.      |

***

### `Eventbrite Create Ticket Class`

Integration name: **EVENTBRITE\_CREATE\_TICKET\_CLASS**

Tool to create a new ticket class for an Eventbrite event. Use when you need to add ticket types such as General Admission, VIP, Early Bird, or other pricing tiers to an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                          |
| -------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------------------ |
| `event_id`     | string |     ✅    | `"1983257611905"` | The ID of the event to create a ticket class for.                                    |
| `ticket_class` | object |     ✅    | —                 | Ticket class configuration including name, pricing, quantity, and optional settings. |

***

### `Eventbrite Create Ticket Group`

Integration name: **EVENTBRITE\_CREATE\_TICKET\_GROUP**

Tool to create a new ticket group for an Eventbrite organization. Use when you need to organize multiple ticket classes across events. Maximum 300 live ticket groups per organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                    |
| ----------------- | ------ | :------: | ----------------- | -------------------------------------------------------------- |
| `ticket_group`    | object |     ✅    | —                 | Ticket group configuration including name and optional status. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The ID of the organization to create the ticket group for.     |

***

### `Eventbrite Create Tracking Beacon`

Integration name: **EVENTBRITE\_CREATE\_TRACKING\_BEACON**

Tool to create a tracking beacon for an Eventbrite event or user. Use when you need to add analytics pixels (Google Analytics, Facebook Pixel, etc.) to track attendee behavior on event pages or order confirmation pages. Either event\_id or user\_id must be provided.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter       | Type   | Required | Example              | Description                                                                                                                                                                                                      |
| --------------- | ------ | :------: | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `user_id`       | string |          | `"123456789"`        | The user identifier to assign the beacon to all events by that user. Either event\_id or user\_id must be provided. If user\_id is specified, the beacon will fire for all events owned by that user.            |
| `event_id`      | string |          | `"1983257594854"`    | The event identifier where the tracking beacon will execute. Either event\_id or user\_id must be provided. If event\_id is specified, the beacon will only fire for that specific event.                        |
| `pixel_id`      | string |          | `"UA-12345678-1"`    | The Pixel ID given by the third party that will fire when an attendee lands on the page you are tracking. Required for most tracking types (e.g., UA-12345678-1 for Google Analytics, or pixel ID for Facebook). |
| `triggers`      | object |          | —                    | Additional pixel configuration data determining which page fires the tracking pixel. This is an optional object containing trigger settings like page types (order confirmation, event page, etc.).              |
| `tracking_type` | string |     ✅    | `"Google Analytics"` | The tracking pixel third party type. Must be one of: Facebook Pixel, Twitter Ads, AdWords, Google Analytics, Simple Image Pixel, or Adroll iPixel.                                                               |

***

### `Eventbrite Create Venue`

Integration name: **EVENTBRITE\_CREATE\_VENUE**

Tool to create a new venue under an organization in Eventbrite. Use when you need to add a physical location that can be reused across multiple events within the same organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                    |
| ----------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| `venue`           | object |     ✅    | —                 | Venue configuration including name and complete address details.                                                               |
| `organization_id` | string |     ✅    | `"2054240262773"` | The ID of the organization to create the venue under. Venues are organization-scoped and can be reused across multiple events. |

***

### `Eventbrite Create Webhook`

Integration name: **EVENTBRITE\_CREATE\_WEBHOOK**

Tool to create a new webhook for an Eventbrite organization. Use when you need to set up webhook notifications for events like order placement, event creation, or attendee check-ins.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example                               | Description                                                                                                                                                                          |
| ----------------- | ------ | :------: | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `actions`         | string |     ✅    | `"order.placed"`                      | Comma-separated list of webhook action types to subscribe to (e.g., 'order.placed', 'event.created', 'attendee.checked\_in'). Multiple actions can be specified separated by commas. |
| `event_id`        | string |          | `"1983257485527"`                     | Optional event ID to subscribe to webhooks for a specific event. If not provided, webhook will apply to all events in the organization.                                              |
| `endpoint_url`    | string |     ✅    | `"https://webhook.site/test-webhook"` | The URL where webhook notifications will be sent. Must be a valid HTTPS endpoint that can receive POST requests.                                                                     |
| `organization_id` | string |     ✅    | `"2054240262773"`                     | The organization ID to create the webhook for.                                                                                                                                       |

***

### `Eventbrite Delete Default Question`

Integration name: **EVENTBRITE\_DELETE\_DEFAULT\_QUESTION**

Tool to deactivate a canned question for an event. Use when you need to remove default questions like cell\_phone, job\_title, company, or work\_phone from event registration forms.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example           | Description                                                                                                               |
| ------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `event_id`    | string |     ✅    | `"1983257485527"` | The ID of the event to delete the canned question from.                                                                   |
| `question_id` | string |     ✅    | `"cell_phone"`    | The ID of the canned question to deactivate. Common values include 'cell\_phone', 'job\_title', 'company', 'work\_phone'. |

***

### `Eventbrite Delete Discount`

Integration name: **EVENTBRITE\_DELETE\_DISCOUNT**

Tool to delete a discount from Eventbrite. Only unused discounts can be deleted. Use when you need to remove a discount that has not been applied to any orders.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example        | Description                                                             |
| ------------- | ------ | :------: | -------------- | ----------------------------------------------------------------------- |
| `discount_id` | string |     ✅    | `"1275929337"` | The ID of the discount to delete. Only unused discounts can be deleted. |

***

### `Eventbrite Delete Event`

Integration name: **EVENTBRITE\_DELETE\_EVENT**

Tool to delete an Eventbrite event. Use when you need to remove an event from the system. Note: Event must not have any pending or completed orders or the deletion will fail.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                         |
| ---------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257409299"` | The ID of the event to delete. Event must not have any pending or completed orders. |

***

### `Eventbrite Delete Inventory Tier`

Integration name: **EVENTBRITE\_DELETE\_INVENTORY\_TIER**

Tool to mark an existing inventory tier as deleted for an Eventbrite event. Use when you need to remove an inventory tier that is no longer needed.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter           | Type   | Required | Example           | Description                                                                 |
| ------------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------- |
| `event_id`          | string |     ✅    | `"1983257401275"` | The unique identifier of the event containing the inventory tier to delete. |
| `inventory_tier_id` | string |     ✅    | `"140520029"`     | The unique identifier of the inventory tier to delete.                      |

***

### `Eventbrite Delete Ticket Class`

Integration name: **EVENTBRITE\_DELETE\_TICKET\_CLASS**

Tool to delete a ticket class from an Eventbrite event by its ID. Use when you need to remove a ticket type/class that is no longer needed or was created in error.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                               |
| ----------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------- |
| `event_id`        | string |     ✅    | `"1983257401275"` | The unique identifier of the event containing the ticket class to delete. |
| `ticket_class_id` | string |     ✅    | `"3420791311"`    | The unique identifier of the ticket class to delete.                      |

***

### `Eventbrite Delete Ticket Group`

Integration name: **EVENTBRITE\_DELETE\_TICKET\_GROUP**

Tool to delete a ticket group by changing its status to deleted. Use when you need to remove a ticket group from an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example     | Description                           |
| ----------------- | ------ | :------: | ----------- | ------------------------------------- |
| `ticket_group_id` | string |     ✅    | `"1762586"` | The ID of the ticket group to delete. |

***

### `Eventbrite Get Access Code`

Integration name: **EVENTBRITE\_GET\_ACCESS\_CODE**

Tool to retrieve a specific access code by ID for an Eventbrite event. Use when you need to check access code details, availability, or redemption status.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter        | Type   | Required | Example           | Description                                          |
| ---------------- | ------ | :------: | ----------------- | ---------------------------------------------------- |
| `event_id`       | string |     ✅    | `"1983257401275"` | The ID of the event that the access code belongs to. |
| `access_code_id` | string |     ✅    | `"1275929349"`    | The ID of the access code to retrieve.               |

***

### `Eventbrite Get Assortment`

Integration name: **EVENTBRITE\_GET\_ASSORTMENT**

Tool to retrieve assortment information for a specific organization. Use when you need to check the plan type or version details associated with an organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                           |
| ----------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------- |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to retrieve assortment for. |

***

### `Eventbrite Get Attendee Report`

Integration name: **EVENTBRITE\_GET\_ATTENDEE\_REPORT**

Tool to retrieve an attendee report for events in an Eventbrite organization. Use when you need aggregated attendee data, sales statistics, or demographic information across events. Supports filtering by event status, date ranges, and grouping by various dimensions.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type    | Required | Example              | Description                                                                                                                                                 |
| ----------------- | ------- | :------: | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `period`          | integer |          | `1`                  | Time period in selected units for grouping data. Used in conjunction with date\_facet to define reporting intervals.                                        |
| `end_date`        | string  |          | `"2024-12-31"`       | Filter events by end date in ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).                                                                          |
| `group_by`        | string  |          | `"payment_method"`   | Group report data by specific field: payment\_method, ticket, currency, event\_currency, country, city, state, source, zone, location, or delivery\_method. |
| `timezone`        | string  |          | `"America/New_York"` | Timezone for date calculations (e.g., 'America/New\_York', 'UTC'). Defaults to the first event's timezone if not specified.                                 |
| `event_ids`       | string  |     ✅    | `"123456789"`        | Comma-separated list of event IDs to generate the attendee reports for. Required parameter to specify which events to include in the report.                |
| `filter_by`       | string  |          | —                    | Filter specification for report data. Allows custom filtering criteria based on attendee or event attributes.                                               |
| `date_facet`      | string  |          | —                    | Date period options for grouping report data.                                                                                                               |
| `start_date`      | string  |          | `"2024-01-01"`       | Filter events by start date in ISO 8601 format (YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ).                                                                        |
| `event_status`    | string  |          | —                    | Event status filter options for attendee reports.                                                                                                           |
| `organization_id` | string  |     ✅    | `"2054240262773"`    | The organization ID to retrieve the attendee report for.                                                                                                    |

***

### `Eventbrite Get Capacity Tier`

Integration name: **EVENTBRITE\_GET\_CAPACITY\_TIER**

Tool to retrieve the capacity tier for an Eventbrite event. Use when you need to check ticket availability, sales status, or capacity information for an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                    |
| ---------- | ------ | :------: | ----------------- | -------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257401275"` | The ID of the event to retrieve capacity tier information for. |

***

### `Eventbrite Get Category`

Integration name: **EVENTBRITE\_GET\_CATEGORY**

Tool to retrieve a specific category by ID. Use when fetching details about a particular event category. Returns category information including name, localized names, and subcategories.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example | Description                                                                                           |
| ------------- | ------ | :------: | ------- | ----------------------------------------------------------------------------------------------------- |
| `category_id` | string |     ✅    | `"103"` | The ID of the category to retrieve. Common IDs include 103 (Music), 101 (Business), 104 (Networking). |

***

### `Eventbrite Get Checkout Settings`

Integration name: **EVENTBRITE\_GET\_CHECKOUT\_SETTINGS**

Tool to retrieve checkout settings for a specific Eventbrite organization. Use when you need to view or verify payment configuration and checkout methods for an organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                  |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------- |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to retrieve checkout settings for. |

***

### `Eventbrite Get Default Question`

Integration name: **EVENTBRITE\_GET\_DEFAULT\_QUESTION**

Tool to retrieve a specific default (canned) question for an Eventbrite event by Event ID and Question ID. Use when you need to get details about a specific attendee information field.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example           | Description                                                                                                                                                                                                                                                        |
| ------------- | ------ | :------: | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `event_id`    | string |     ✅    | `"1983257401275"` | The Event ID to retrieve the default question for.                                                                                                                                                                                                                 |
| `question_id` | string |     ✅    | `"first_name"`    | The ID of the canned question to retrieve (e.g., first\_name, last\_name, email, company, prefix, suffix, age, job\_title, website, blog, gender, birth\_date, cell\_phone, home\_phone, work\_phone, ship\_address, bill\_address, home\_address, work\_address). |

***

### `Eventbrite Get Discount`

Integration name: **EVENTBRITE\_GET\_DISCOUNT**

Tool to retrieve a discount by its ID from Eventbrite. Use when you need to check discount details, verify discount codes, or inspect discount configurations.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter     | Type   | Required | Example        | Description                         |
| ------------- | ------ | :------: | -------------- | ----------------------------------- |
| `discount_id` | string |     ✅    | `"1275929350"` | The ID of the discount to retrieve. |

***

### `Eventbrite Get Display Settings`

Integration name: **EVENTBRITE\_GET\_DISPLAY\_SETTINGS**

Tool to retrieve display settings for a specific Eventbrite event. Use when you need to view what information is shown on an event page.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                           |
| ---------- | ------ | :------: | ----------------- | --------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257403281"` | The unique identifier for the event to retrieve display settings for. |

***

### `Eventbrite Get Event`

Integration name: **EVENTBRITE\_GET\_EVENT**

Tool to retrieve detailed information for a specific Eventbrite event by ID. Use when you need event details like name, description, dates, venue, organizer, or ticket information. Supports expanding related objects via the expand parameter.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example             | Description                                                                                                                               |
| ---------- | ------ | :------: | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `expand`   | string |          | `"organizer,venue"` | Comma-separated list of fields to expand in the response. Common values: 'organizer', 'venue', 'ticket\_classes', 'ticket\_availability'. |
| `event_id` | string |     ✅    | `"1983257401275"`   | The unique identifier of the event to retrieve.                                                                                           |

***

### `Eventbrite Get Event Categories`

Integration name: **EVENTBRITE\_GET\_EVENT\_CATEGORIES**

Tool to retrieve event categories. Use when selecting a category for an event. Localizes results via optional locale parameter.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter | Type   | Required | Example   | Description                                                       |
| --------- | ------ | :------: | --------- | ----------------------------------------------------------------- |
| `locale`  | string |          | `"en_US"` | Return categories in this locale (BCP-47 format), e.g., 'en\_US'. |

***

### `Eventbrite Get Event Description`

Integration name: **EVENTBRITE\_GET\_EVENT\_DESCRIPTION**

Tool to retrieve the full HTML description for an Eventbrite event. Use when you need the complete event description content (formatted as HTML).

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                 |
| ---------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257401275"` | The unique identifier for the event whose description you want to retrieve. |

***

### `Eventbrite Get Event Formats`

Integration name: **EVENTBRITE\_GET\_EVENT\_FORMATS**

Tool to list event formats. Use when you need the available formats before creating or updating an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called. *No parameters required.*

***

### `Eventbrite Get Event Subcategories`

Integration name: **EVENTBRITE\_GET\_EVENT\_SUBCATEGORIES**

Tool to list all event subcategories. Use when fetching available subcategory options, optionally filtered by locale after selecting a category.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter | Type   | Required | Example   | Description                                                          |
| --------- | ------ | :------: | --------- | -------------------------------------------------------------------- |
| `locale`  | string |          | `"en_US"` | Return subcategories in this locale (BCP-47 format), e.g., 'en\_US'. |

***

### `Eventbrite Get Format`

Integration name: **EVENTBRITE\_GET\_FORMAT**

Tool to retrieve a format by format ID. Use when you need detailed information about a specific event format.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter   | Type   | Required | Example | Description                                                                                  |
| ----------- | ------ | :------: | ------- | -------------------------------------------------------------------------------------------- |
| `format_id` | string |     ✅    | `"1"`   | The unique identifier for the format to retrieve. Example values: 1 (Conference), 2, 3, etc. |

***

### `Eventbrite Get Inventory Tier`

Integration name: **EVENTBRITE\_GET\_INVENTORY\_TIER**

Tool to retrieve an Inventory Tier by ID for an Event. Use when you need to check inventory tier details, capacity, or ticket class associations for a specific event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter           | Type   | Required | Example           | Description                               |
| ------------------- | ------ | :------: | ----------------- | ----------------------------------------- |
| `event_id`          | string |     ✅    | `"1983257453431"` | The ID of the event.                      |
| `inventory_tier_id` | string |     ✅    | `"140520031"`     | The ID of the inventory tier to retrieve. |

***

### `Eventbrite Get Me`

Integration name: **EVENTBRITE\_GET\_ME**

Tool to retrieve the authenticated user's account information. Use when you need to get details about the current user.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called. *No parameters required.*

***

### `Eventbrite Get Media Upload`

Integration name: **EVENTBRITE\_GET\_MEDIA\_UPLOAD**

Tool to retrieve information on a Media image upload. Use when you need to check the status or details of an uploaded media image for events, organizers, or user profiles.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter | Type   | Required | Example              | Description                                                                                       |
| --------- | ------ | :------: | -------------------- | ------------------------------------------------------------------------------------------------- |
| `type`    | string |     ✅    | `"image-event-logo"` | Type of image upload to retrieve information for. Specifies the category of media being uploaded. |

***

### `Eventbrite Get Organizer`

Integration name: **EVENTBRITE\_GET\_ORGANIZER**

Tool to retrieve an organizer by organizer ID from Eventbrite. Use when you need detailed information about a specific event organizer.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example         | Description                                         |
| -------------- | ------ | :------: | --------------- | --------------------------------------------------- |
| `organizer_id` | string |     ✅    | `"80676629733"` | The unique identifier of the organizer to retrieve. |

***

### `Eventbrite Get Sales Report`

Integration name: **EVENTBRITE\_GET\_SALES\_REPORT**

Tool to retrieve a sales report by Event ID or Event status for an organization. Use when you need detailed sales data including gross revenue, net revenue, quantity sold, fees, and royalties. Supports filtering by event status and grouping by various dimensions.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example                 | Description                                                             |
| ----------------- | ------ | :------: | ----------------------- | ----------------------------------------------------------------------- |
| `group_by`        | string |          | `"payment_method"`      | Data grouping options. Comma-separated list of grouping criteria.       |
| `timezone`        | string |          | `"America/New_York"`    | Event timezone; defaults to first event's timezone if unspecified.      |
| `event_ids`       | string |     ✅    | `"1983257485527"`       | Comma-separated list of event IDs to generate sales reports for.        |
| `filter_by`       | string |          | `"payment_method:cash"` | Filter specification; multiple filters supported.                       |
| `date_facet`      | string |          | —                       | Date period type for grouping sales data.                               |
| `event_status`    | string |          | —                       | Valid event status values for filtering.                                |
| `organization_id` | string |     ✅    | `"2054240262773"`       | The unique identifier of the organization to retrieve sales report for. |

***

### `Eventbrite Get Series`

Integration name: **EVENTBRITE\_GET\_SERIES**

Tool to retrieve a parent Event Series by Event Series ID. Use when fetching details about a specific event series, including series-specific fields like is\_series and is\_series\_parent.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter   | Type   | Required | Example           | Description                                                                                        |
| ----------- | ------ | :------: | ----------------- | -------------------------------------------------------------------------------------------------- |
| `series_id` | string |     ✅    | `"1983257526650"` | The ID of the event series to retrieve. This is the same as the event ID for series parent events. |

***

### `Eventbrite Get Structured Content`

Integration name: **EVENTBRITE\_GET\_STRUCTURED\_CONTENT**

Tool to retrieve structured content for an Eventbrite event. Returns the latest published version of the event's structured content including modules, widgets, and page metadata.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                             |
| ---------- | ------ | :------: | ----------------- | ------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257401275"` | The ID of the event to retrieve structured content for. |

***

### `Eventbrite Get Structured Content Edit`

Integration name: **EVENTBRITE\_GET\_STRUCTURED\_CONTENT\_EDIT**

Tool to retrieve the latest working version of structured content for an event. Use when accessing the editable version of an event's structured content layout.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                             |
| ---------- | ------ | :------: | ----------------- | ------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257401275"` | The ID of the event to retrieve structured content for. |

***

### `Eventbrite Get Subcategory`

Integration name: **EVENTBRITE\_GET\_SUBCATEGORY**

Tool to retrieve a specific subcategory by ID. Use when fetching details about a particular event subcategory. Returns subcategory information including name, localized names, and parent category details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter        | Type   | Required | Example  | Description                                                                   |
| ---------------- | ------ | :------: | -------- | ----------------------------------------------------------------------------- |
| `subcategory_id` | string |     ✅    | `"1001"` | The ID of the subcategory to retrieve. Example values: 1001, 1002, 2001, etc. |

***

### `Eventbrite Get Ticket Class`

Integration name: **EVENTBRITE\_GET\_TICKET\_CLASS**

Tool to retrieve a specific ticket class by ID for an Eventbrite event. Use when you need to check ticket pricing, availability, sales status, or configuration details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                               |
| ----------------- | ------ | :------: | ----------------- | ----------------------------------------- |
| `event_id`        | string |     ✅    | `"1983257405287"` | The Event ID containing the ticket class. |
| `ticket_class_id` | string |     ✅    | `"3420791372"`    | The Ticket Class ID to retrieve.          |

***

### `Eventbrite Get Ticket Group`

Integration name: **EVENTBRITE\_GET\_TICKET\_GROUP**

Tool to retrieve a ticket group by its ID from Eventbrite. Use when you need to check ticket group details, configuration, or associated event ticket mappings.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example     | Description                             |
| ----------------- | ------ | :------: | ----------- | --------------------------------------- |
| `ticket_group_id` | string |     ✅    | `"1762587"` | The ID of the ticket group to retrieve. |

***

### `Eventbrite Get Tracking Beacon`

Integration name: **EVENTBRITE\_GET\_TRACKING\_BEACON**

Tool to retrieve a tracking beacon by ID from Eventbrite. Use when you need to inspect tracking pixel configuration, verify beacon setup, or check which events or organizations are associated with a tracking beacon.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter            | Type   | Required | Example     | Description                                |
| -------------------- | ------ | :------: | ----------- | ------------------------------------------ |
| `tracking_beacon_id` | string |     ✅    | `"7157622"` | The ID of the tracking beacon to retrieve. |

***

### `Eventbrite Get User`

Integration name: **EVENTBRITE\_GET\_USER**

Tool to retrieve information about a user by user ID. Use 'me' as the user\_id to get the currently authenticated user's details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter | Type   | Required | Example | Description                                                                                           |
| --------- | ------ | :------: | ------- | ----------------------------------------------------------------------------------------------------- |
| `user_id` | string |     ✅    | `"me"`  | The unique identifier of the user to retrieve. Use 'me' to retrieve the currently authenticated user. |

***

### `Eventbrite Get Venue`

Integration name: **EVENTBRITE\_GET\_VENUE**

Tool to retrieve detailed information for a specific venue by venue ID. Use when you need venue details like name, location coordinates, capacity, address, or age restrictions.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example       | Description                                     |
| ---------- | ------ | :------: | ------------- | ----------------------------------------------- |
| `venue_id` | string |     ✅    | `"296454503"` | The unique identifier of the venue to retrieve. |

***

### `Eventbrite List Access Codes`

Integration name: **EVENTBRITE\_LIST\_ACCESS\_CODES**

Tool to retrieve all access codes for an Eventbrite event. Use when you need to view all available access codes, check their availability, or manage event access restrictions.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                        |
| -------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"1983257401275"` | The ID of the event to retrieve access codes for.                                                                                  |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Custom Questions`

Integration name: **EVENTBRITE\_LIST\_CUSTOM\_QUESTIONS**

Tool to retrieve custom questions configured for an Eventbrite event. Use when you need to see what additional information is collected from attendees during registration.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example       | Description                                                                                                                        |
| -------------- | ------ | :------: | ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"123456789"` | The ID of the event to list custom questions for.                                                                                  |
| `continuation` | string |          | —             | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Default Questions`

Integration name: **EVENTBRITE\_LIST\_DEFAULT\_QUESTIONS**

Tool to retrieve default (canned) questions for an Eventbrite event by Event ID. Use when you need to understand what attendee information is collected, customize registration forms, or sync form data with external systems.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example                 | Description                                                                                                                                       |
| -------------- | ------ | :------: | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"1983257401275"`       | The Event ID to retrieve default questions for.                                                                                                   |
| `continuation` | string |          | `"dXNlcjpVMEc5V0ZYTlo"` | Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of questions. |

***

### `Eventbrite List Event Attendees`

Integration name: **EVENTBRITE\_LIST\_EVENT\_ATTENDEES**

Tool to retrieve the list of attendees for an Eventbrite event. Use when you need to check attendee details, perform check-in operations, sync with CRM, or generate reports. Returns paginated results; use the continuation token for subsequent pages.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter       | Type   | Required | Example                  | Description                                                                                                                                       |
| --------------- | ------ | :------: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `status`        | string |          | `"attending"`            | Filter attendees by status. Common values include 'attending', 'not\_attending', or 'cancelled'.                                                  |
| `event_id`      | string |     ✅    | `"123456789"`            | The event ID to retrieve attendees for.                                                                                                           |
| `continuation`  | string |          | `"dXNlcjpVMEc5V0ZYTlo"`  | Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of attendees. |
| `changed_since` | string |          | `"2024-01-01T00:00:00Z"` | Filter attendees to only those changed since the specified ISO 8601 timestamp.                                                                    |

***

### `Eventbrite List Event Orders`

Integration name: **EVENTBRITE\_LIST\_EVENT\_ORDERS**

Tool to list orders for a specific Eventbrite event. Use when you need to retrieve order information, check order status, or access buyer details. Returns paginated results; use the continuation token for subsequent pages.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter                 | Type   | Required | Example                  | Description                                                                                                                                    |
| ------------------------- | ------ | :------: | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `expand`                  | string |          | `"attendees"`            | Comma-separated list of fields to expand in the response. Examples: 'attendees', 'event'.                                                      |
| `status`                  | string |          | `"active"`               | Filter orders by status. Common values: 'active', 'inactive', 'all', 'all\_not\_deleted'.                                                      |
| `event_id`                | string |     ✅    | `"1983257452428"`        | The ID of the event to retrieve orders for.                                                                                                    |
| `only_emails`             | string |          | `"user@example.com"`     | Filter orders by specific email addresses (comma-separated).                                                                                   |
| `continuation`            | string |          | `"dXNlcjpVMEc5V0ZYTlo"`  | Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of orders. |
| `changed_since`           | string |          | `"2024-01-01T00:00:00Z"` | Filter orders to only those changed since the specified ISO 8601 timestamp.                                                                    |
| `exclude_emails`          | string |          | `"spam@example.com"`     | Exclude orders by specific email addresses (comma-separated).                                                                                  |
| `refund_request_statuses` | string |          | `"completed"`            | Filter by refund request status. Values: 'completed', 'pending', 'outside\_policy', 'disputed', 'denied'.                                      |

***

### `Eventbrite List Inventory Tiers`

Integration name: **EVENTBRITE\_LIST\_INVENTORY\_TIERS**

Tool to retrieve inventory tiers for an Eventbrite event. Use when you need to understand tiered seating, pricing levels, or capacity allocation for an event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                        |
| -------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"1983257401275"` | The ID of the event to list inventory tiers for.                                                                                   |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Organization Events`

Integration name: **EVENTBRITE\_LIST\_ORGANIZATION\_EVENTS**

Tool to list events owned by a specific Eventbrite organization. Use for event discovery (finding target events by name/title/date) prior to attendee/order retrieval. Supports filtering by status, time period, pagination, and field expansion.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type    | Required | Example                 | Description                                                                                                                        |
| ----------------- | ------- | :------: | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `expand`          | string  |          | `"organizer,venue"`     | Comma-separated list of fields to expand in the response. Examples: 'organizer', 'venue', 'ticket\_classes'.                       |
| `status`          | string  |          | `"live"`                | Filter events by status. Common values: 'live', 'draft', 'canceled', 'started', 'ended', 'completed', 'all'.                       |
| `order_by`        | string  |          | `"start_asc"`           | Order results by field. Common values: 'start\_asc', 'start\_desc', 'created\_asc', 'created\_desc', 'name\_asc', 'name\_desc'.    |
| `page_size`       | integer |          | `50`                    | Number of events to return per page. Maximum varies by API limits.                                                                 |
| `time_filter`     | string  |          | `"current_future"`      | Filter events by time period. Examples: 'current\_future', 'past'.                                                                 |
| `continuation`    | string  |          | `"dXNlcjoxMjM0NTY3ODk"` | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string  |     ✅    | `"123456789"`           | The unique identifier of the organization whose events to list.                                                                    |

***

### `Eventbrite List Organization Members`

Integration name: **EVENTBRITE\_LIST\_ORGANIZATION\_MEMBERS**

Tool to list members of an Eventbrite organization by organization ID. Returns a paginated response with member information including user IDs and role summaries.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The ID of the organization to list members for.                                                                                    |

***

### `Eventbrite List Organization Orders`

Integration name: **EVENTBRITE\_LIST\_ORGANIZATION\_ORDERS**

Tool to list orders placed for events owned by a specific Eventbrite organization. Use when you need to retrieve order information, track sales, or analyze attendee data across all organization events. Supports filtering by email, status, and change date.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example                  | Description                                                                                                                        |
| ----------------- | ------ | :------: | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `status`          | string |          | `"active"`               | Filter orders by status. Common values include 'active', 'cancelled', 'refunded'.                                                  |
| `only_emails`     | string |          | `"user@example.com"`     | Filter orders by specific email address. Only orders from this email will be returned.                                             |
| `continuation`    | string |          | —                        | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `changed_since`   | string |          | `"2024-01-01T00:00:00Z"` | Filter orders to only those changed since the specified ISO 8601 timestamp.                                                        |
| `organization_id` | string |     ✅    | `"2054240262773"`        | The unique identifier of the organization to list orders for.                                                                      |

***

### `Eventbrite List Organization Roles`

Integration name: **EVENTBRITE\_LIST\_ORGANIZATION\_ROLES**

Tool to list roles within a specific Eventbrite organization by organization ID. Use when you need to discover available roles, permissions, or role management capabilities for an organization. Returns a paginated list of roles with their permissions and metadata.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                    |
| ----------------- | ------ | :------: | ----------------- | -------------------------------------------------------------- |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization whose roles to list. |

***

### `Eventbrite List Organization Webhooks`

Integration name: **EVENTBRITE\_LIST\_ORGANIZATION\_WEBHOOKS**

Tool to list all webhooks configured for a specific Eventbrite organization. Use when you need to view existing webhook configurations or verify webhook endpoints.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization whose webhooks to list.                                                                  |

***

### `Eventbrite List Org Attendees`

Integration name: **EVENTBRITE\_LIST\_ORG\_ATTENDEES**

Tool to list attendees across all events owned by an Eventbrite organization. Use when you need to retrieve attendees for an entire organization rather than a specific event. Returns paginated results; use the continuation token for subsequent pages.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example                  | Description                                                                                                                                       |
| ----------------- | ------ | :------: | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `status`          | string |          | `"attending"`            | Filter attendees by status. Common values include 'attending', 'not\_attending', or 'cancelled'.                                                  |
| `continuation`    | string |          | `"dXNlcjpVMEc5V0ZYTlo"`  | Continuation token for pagination. Pass the value from the previous response's pagination.continuation field to fetch the next page of attendees. |
| `changed_since`   | string |          | `"2024-01-01T00:00:00Z"` | Filter attendees to only those changed since the specified ISO 8601 timestamp.                                                                    |
| `organization_id` | string |     ✅    | `"2054240262773"`        | The organization ID to list attendees for. Retrieves attendees across all events owned by this organization.                                      |

***

### `Eventbrite List Org Organizers`

Integration name: **EVENTBRITE\_LIST\_ORG\_ORGANIZERS**

Tool to list organizers belonging to a specific Eventbrite organization. Use when you need to discover organizers for an organization before creating or managing events.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example       | Description                                                                                                                        |
| ----------------- | ------ | :------: | ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | —             | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"123456789"` | The unique identifier of the organization whose organizers to list.                                                                |

***

### `Eventbrite List Org Venues`

Integration name: **EVENTBRITE\_LIST\_ORG\_VENUES**

Tool to list venues owned by a specific Eventbrite organization. Use when you need to discover available venues for event planning or venue management within an organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization whose venues to list.                                                                    |

***

### `Eventbrite List Pricing`

Integration name: **EVENTBRITE\_LIST\_PRICING**

Tool to list available pricing fee rates for a specific currency and country. Use when you need to retrieve Eventbrite's pricing structure and fee information.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example | Description                                        |
| ---------- | ------ | :------: | ------- | -------------------------------------------------- |
| `country`  | string |     ✅    | `"US"`  | ISO 3166-1 alpha-2 country code (e.g., US, GB, DE) |
| `currency` | string |     ✅    | `"USD"` | ISO 4217 currency code (e.g., USD, EUR, GBP)       |

***

### `Eventbrite List Series Events`

Integration name: **EVENTBRITE\_LIST\_SERIES\_EVENTS**

Tool to list all events in an Eventbrite event series by series ID. Use when you need to retrieve all occurrences of a recurring event. Returns paginated results with event details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                                                     |
| -------------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `series_id`    | string |     ✅    | `"1983257526650"` | The ID of the event series. Series IDs can be obtained from events with is\_series\_parent=true or by querying organization events with series\_filter=parents. |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response.                              |

***

### `Eventbrite List Ticket Classes`

Integration name: **EVENTBRITE\_LIST\_TICKET\_CLASSES**

Tool to list ticket classes for a specific Eventbrite event by event ID. Use when you need to retrieve available ticket types, pricing information, and sales status for an event. Returns a paginated response with all ticket classes associated with the event.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                        |
| -------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"1983257401275"` | The ID of the event to list ticket classes for.                                                                                    |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Ticket Classes For Sale`

Integration name: **EVENTBRITE\_LIST\_TICKET\_CLASSES\_FOR\_SALE**

Tool to list ticket classes available for sale for a specific Eventbrite event. Use this in the purchase flow to display available ticket options to users.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                        |
| -------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`     | string |     ✅    | `"1983257401275"` | The ID of the event to retrieve ticket classes for.                                                                                |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Ticket Groups`

Integration name: **EVENTBRITE\_LIST\_TICKET\_GROUPS**

Tool to list ticket groups for a specific Eventbrite organization. Use when you need to retrieve groupings of ticket types for an organization. Returns a paginated response.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example                 | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | `"dXNlcjoxMjM0NTY3ODk"` | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"123456789"`           | The unique identifier of the organization whose ticket groups to list.                                                             |

***

### `Eventbrite List Tracking Beacons`

Integration name: **EVENTBRITE\_LIST\_TRACKING\_BEACONS**

Tool to list tracking beacons for an Eventbrite organization by organization ID. Use when you need to view tracking pixels and analytics beacons configured for the organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation`    | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The ID of the organization to list tracking beacons for.                                                                           |

***

### `Eventbrite List User Orders`

Integration name: **EVENTBRITE\_LIST\_USER\_ORDERS**

Tool to list orders for a specific Eventbrite user. Use when you need to retrieve user order information or check order history. Returns all orders for the user with pagination metadata.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example | Description                                                                                                                        |
| -------------- | ------ | :------: | ------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `user_id`      | string |     ✅    | `"me"`  | The user ID. Can use 'me' to refer to the authenticated user.                                                                      |
| `continuation` | string |          | —       | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List User Organizations`

Integration name: **EVENTBRITE\_LIST\_USER\_ORGANIZATIONS**

Tool to list organizations the authenticated user belongs to. Use this early in workflows that need organization-scoped endpoints (e.g., list events by organization, list venues, orders, or attendees by organization).

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example | Description                                                                                                                        |
| -------------- | ------ | :------: | ------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `continuation` | string |          | —       | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List User Orgs`

Integration name: **EVENTBRITE\_LIST\_USER\_ORGS**

Tool to list organizations by user ID. Use when you need to fetch organizations for a specific user. Returns a paginated response with organization details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example           | Description                                                                                                                        |
| -------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `user_id`      | string |     ✅    | `"2054240111723"` | The ID of the user whose organizations to list. Can be obtained from /v3/users/me endpoint.                                        |
| `continuation` | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite List Venue Events`

Integration name: **EVENTBRITE\_LIST\_VENUE\_EVENTS**

Tool to list all events at a specific Eventbrite venue by venue ID. Use when you need to discover events at a particular location or venue.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example       | Description                                                                                                                        |
| -------------- | ------ | :------: | ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `venue_id`     | string |     ✅    | `"296454496"` | The unique identifier of the venue to list events for.                                                                             |
| `continuation` | string |          | —             | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |

***

### `Eventbrite Publish Event`

Integration name: **EVENTBRITE\_PUBLISH\_EVENT**

Tool to publish an Eventbrite event. Use when you need to make an event live and publicly accessible. Event must have all required information including name, description, organizer, and at least one ticket before publishing.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                                                                                              |
| ---------- | ------ | :------: | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257572788"` | The unique identifier of the event to publish. Event must have all required information including name, description, organizer, and at least one ticket. |

***

### `Eventbrite Retrieve Media`

Integration name: **EVENTBRITE\_RETRIEVE\_MEDIA**

Tool to retrieve media information by ID. Use when you need to fetch details about a specific media asset including URLs, dimensions, and metadata.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type    | Required | Example       | Description                                                                                |
| ---------- | ------- | :------: | ------------- | ------------------------------------------------------------------------------------------ |
| `width`    | integer |          | `300`         | Thumbnail width in pixels. Optional parameter to retrieve a resized version of the media.  |
| `height`   | integer |          | `200`         | Thumbnail height in pixels. Optional parameter to retrieve a resized version of the media. |
| `media_id` | string  |     ✅    | `"123456789"` | The unique identifier of the media to retrieve.                                            |

***

### `Eventbrite Search Discounts By Organization`

Integration name: **EVENTBRITE\_SEARCH\_DISCOUNTS\_BY\_ORGANIZATION**

Tool to search and list discounts by organization ID. Use when you need to retrieve discount codes for a specific event within an organization. Returns paginated results with discount details.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                                                                                        |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `scope`           | string |     ✅    | `"event"`         | The scope of the discount search. Use 'event' to search discounts for a specific event.                                            |
| `event_id`        | string |     ✅    | `"1983257408296"` | The ID of the event to search discounts for. Required when scope is 'event'.                                                       |
| `continuation`    | string |          | —                 | Pagination token to retrieve the next page of results. Obtained from the 'pagination.continuation' field of the previous response. |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to search discounts for.                                                                 |

***

### `Eventbrite Set Structured Content`

Integration name: **EVENTBRITE\_SET\_STRUCTURED\_CONTENT**

Tool to set structured content for an Eventbrite event by version. Encapsulates both create and update operations. Use when you need to define the content layout for an event listing page with modules and widgets.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter        | Type   | Required | Example           | Description                                                                                                                        |
| ---------------- | ------ | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `modules`        | array  |          | —                 | Array of structured content modules. Each module has a specific structure depending on its type (e.g., text module, image module). |
| `purpose`        | string |          | `"listing"`       | Purpose of the structured content, typically 'listing' for event listing pages.                                                    |
| `widgets`        | array  |          | —                 | Array of widgets for the structured content. Each widget has a specific structure depending on its type.                           |
| `event_id`       | string |     ✅    | `"1983257485527"` | The ID of the event to set structured content for.                                                                                 |
| `version_number` | string |     ✅    | `"1"`             | The version number for the structured content. Typically '1' for the first version.                                                |

***

### `Eventbrite Unpublish Event`

Integration name: **EVENTBRITE\_UNPUBLISH\_EVENT**

Tool to unpublish an Eventbrite event. Use when you need to remove an event from public view while keeping it in the system. The event can be republished later if needed.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                                                                      |
| ---------- | ------ | :------: | ----------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `event_id` | string |     ✅    | `"1983257572788"` | The unique identifier of the event to unpublish. Unpublishing removes the event from public view while keeping it in the system. |

***

### `Eventbrite Update Access Code`

Integration name: **EVENTBRITE\_UPDATE\_ACCESS\_CODE**

Tool to update an existing access code for an Eventbrite event. Use when you need to modify access code details like the code string, ticket IDs, quantity, or validity dates.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter            | Type    | Required | Example                  | Description                                                                    |
| -------------------- | ------- | :------: | ------------------------ | ------------------------------------------------------------------------------ |
| `code`               | string  |     ✅    | `"UPDATEDCODE456"`       | The access code string to update.                                              |
| `end_date`           | string  |          | `"2026-02-28T23:59:59Z"` | ISO 8601 datetime when access code expires (e.g., 2026-02-28T23:59:59Z).       |
| `event_id`           | string  |     ✅    | `"1983257485527"`        | The ID of the event that the access code belongs to.                           |
| `start_date`         | string  |          | `"2026-02-20T00:00:00Z"` | ISO 8601 datetime when access code becomes valid (e.g., 2026-02-20T00:00:00Z). |
| `ticket_ids`         | array   |     ✅    | `["3420791486"]`         | Array of ticket class IDs this access code applies to. Tickets must be hidden. |
| `access_code_id`     | string  |     ✅    | `"1275929375"`           | The ID of the access code to update.                                           |
| `quantity_available` | integer |          | `75`                     | Number of times this access code can be used.                                  |

***

### `Eventbrite Update Assortment`

Integration name: **EVENTBRITE\_UPDATE\_ASSORTMENT**

Tool to update the assortment plan for a specific organization. Use when you need to change the plan type associated with an organization.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                                             |
| ----------------- | ------ | :------: | ----------------- | ----------------------------------------------------------------------- |
| `plan`            | string |     ✅    | `"package2"`      | The assortment plan type to set (e.g., 'package2', 'basic', 'premium'). |
| `organization_id` | string |     ✅    | `"2054240262773"` | The unique identifier of the organization to update assortment for.     |

***

### `Eventbrite Update Capacity Tier`

Integration name: **EVENTBRITE\_UPDATE\_CAPACITY\_TIER**

Tool to update the capacity tier for an Eventbrite event. Use when you need to modify the total capacity or other capacity tier settings for an event. Supports partial updates and GA capacity hold inventory tiers.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter       | Type   | Required | Example           | Description                                                                                                          |
| --------------- | ------ | :------: | ----------------- | -------------------------------------------------------------------------------------------------------------------- |
| `event_id`      | string |     ✅    | `"1983257485527"` | The ID of the event to update capacity tier for.                                                                     |
| `capacity_tier` | object |     ✅    | —                 | The capacity tier object containing fields to update. Supports partial updates and GA capacity hold inventory tiers. |

***

### `Eventbrite Update Default Question`

Integration name: **EVENTBRITE\_UPDATE\_DEFAULT\_QUESTION**

Tool to update a default (canned) question for an Eventbrite event. Use when you need to modify properties of default attendee information fields like making them required or optional.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter           | Type    | Required | Example           | Description                                                                                                                                                                                                                  |
| ------------------- | ------- | :------: | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_id`          | string  |     ✅    | `"1983257485527"` | The ID of the event to update the canned question for.                                                                                                                                                                       |
| `question_id`       | string  |     ✅    | `"prefix"`        | The ID of the canned question to update (e.g., prefix, suffix, company, job\_title, cell\_phone, work\_phone, etc.). Note: Default questions like first\_name, last\_name, email have editable:false and cannot be modified. |
| `question_required` | boolean |          | —                 | Whether the question should be required for attendees to answer.                                                                                                                                                             |

***

### `Eventbrite Update Discount`

Integration name: **EVENTBRITE\_UPDATE\_DISCOUNT**

Tool to update a discount by its ID in Eventbrite. Use when you need to modify discount details such as code, amount, percentage, validity period, or ticket class associations.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter             | Type    | Required | Example                  | Description                                                                                                                            |
| --------------------- | ------- | :------: | ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| `code`                | string  |          | `"SAVE15"`               | Code that will be used by the customer to get the discount. Required for 'coded' discount type.                                        |
| `type`                | string  |          | —                        | Type of discount code                                                                                                                  |
| `end_date`            | string  |          | `"2024-12-31T23:59:59Z"` | ISO 8601 timestamp when the discount expires. Specify either this or end\_date\_relative, not both.                                    |
| `event_id`            | string  |          | `"1983257556740"`        | Event identifier to which this discount applies.                                                                                       |
| `hold_ids`            | array   |          | `["987654","123456"]`    | List of hold identifiers that this discount unlocks or is associated with.                                                             |
| `amount_off`          | string  |          | `"10.00"`                | Fixed monetary reduction amount. Must be between 0.01 and 99999.99. Specify either this or percent\_off, not both.                     |
| `start_date`          | string  |          | `"2024-01-01T00:00:00Z"` | ISO 8601 timestamp when the discount becomes active. Specify either this or start\_date\_relative, not both.                           |
| `discount_id`         | string  |     ✅    | `"1275929376"`           | The ID of the discount to update.                                                                                                      |
| `percent_off`         | string  |          | `"15"`                   | Percentage reduction value. Must be between 1.00 and 100.00. Specify either this or amount\_off, not both.                             |
| `ticket_group_id`     | string  |          | `"12345678"`             | Ticket group ID for discount association and application logic.                                                                        |
| `ticket_class_ids`    | array   |          | `["1234567","8901234"]`  | List of specific ticket class IDs to which this discount applies. If not specified, applies to all tickets.                            |
| `end_date_relative`   | integer |          | `3600`                   | Number of seconds before event conclusion when the discount ends (relative timing). Specify either this or end\_date, not both.        |
| `quantity_available`  | integer |          | `100`                    | Maximum number of times this discount can be used. Leave empty for unlimited usage.                                                    |
| `start_date_relative` | integer |          | `86400`                  | Number of seconds before event start when the discount becomes active (relative timing). Specify either this or start\_date, not both. |

***

### `Eventbrite Update Display Settings`

Integration name: **EVENTBRITE\_UPDATE\_DISPLAY\_SETTINGS**

Tool to update display settings for a specific Eventbrite event. Use when you need to configure what information is visible on an event page.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter          | Type   | Required | Example           | Description                                                         |
| ------------------ | ------ | :------: | ----------------- | ------------------------------------------------------------------- |
| `event_id`         | string |     ✅    | `"1983257568776"` | The unique identifier for the event to update display settings for. |
| `display_settings` | object |     ✅    | —                 | Display settings configuration to update for the event.             |

***

### `Eventbrite Update Event`

Integration name: **EVENTBRITE\_UPDATE\_EVENT**

Tool to update an Eventbrite event by ID. Use when you need to modify event details like name, description, dates, capacity, or other settings. For series parent events, updates to certain fields will propagate to all occurrences in the series.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example           | Description                                                                                                     |
| ---------- | ------ | :------: | ----------------- | --------------------------------------------------------------------------------------------------------------- |
| `event`    | object |     ✅    | —                 | Event object containing the fields to update.                                                                   |
| `event_id` | string |     ✅    | `"1983257552728"` | The ID of the event to update. For series parents, updates to certain fields will propagate to all occurrences. |

***

### `Eventbrite Update Inventory Tier`

Integration name: **EVENTBRITE\_UPDATE\_INVENTORY\_TIER**

Tool to update an existing Inventory Tier by ID for an Event. Use when you need to modify inventory tier settings such as name, quantity, tier level, color, or capacity settings. Supports partial updates.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter           | Type   | Required | Example           | Description                                                                      |
| ------------------- | ------ | :------: | ----------------- | -------------------------------------------------------------------------------- |
| `event_id`          | string |     ✅    | `"1983257578806"` | The ID of the event.                                                             |
| `inventory_tier`    | object |     ✅    | —                 | The inventory tier object containing fields to update. Supports partial updates. |
| `inventory_tier_id` | string |     ✅    | `"140520046"`     | The ID of the inventory tier to update.                                          |

***

### `Eventbrite Update Organizer`

Integration name: **EVENTBRITE\_UPDATE\_ORGANIZER**

Tool to update an Eventbrite organizer by ID. Use when you need to modify organizer details like name, description, logo, or marketing preferences.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter      | Type   | Required | Example          | Description                                       |
| -------------- | ------ | :------: | ---------------- | ------------------------------------------------- |
| `organizer`    | object |     ✅    | —                | Organizer object containing the fields to update. |
| `organizer_id` | string |     ✅    | `"121019642758"` | The ID of the organizer to update.                |

***

### `Eventbrite Update Ticket Buyer Settings`

Integration name: **EVENTBRITE\_UPDATE\_TICKET\_BUYER\_SETTINGS**

Tool to update ticket buyer settings for an Eventbrite event. Use when you need to configure post-purchase redirect URL, survey/registration form name, survey time limit, or specify who should fill out the survey (each attendee or just the ticket buyer).

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter               | Type   | Required | Example           | Description                                                  |
| ----------------------- | ------ | :------: | ----------------- | ------------------------------------------------------------ |
| `event_id`              | string |     ✅    | `"1983257485527"` | The ID of the event to update ticket buyer settings for.     |
| `ticket_buyer_settings` | object |     ✅    | —                 | Ticket buyer settings configuration to update for the event. |

***

### `Eventbrite Update Ticket Class`

Integration name: **EVENTBRITE\_UPDATE\_TICKET\_CLASS**

Tool to update a ticket class for an Eventbrite event. Use when you need to modify ticket class details like name, description, cost, quantity, or free status.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example           | Description                                          |
| ----------------- | ------ | :------: | ----------------- | ---------------------------------------------------- |
| `event_id`        | string |     ✅    | `"1983257485527"` | The Event ID containing the ticket class.            |
| `ticket_class`    | object |     ✅    | —                 | Ticket class object containing the fields to update. |
| `ticket_class_id` | string |     ✅    | `"3420791486"`    | The Ticket Class ID to update.                       |

***

### `Eventbrite Update Ticket Group`

Integration name: **EVENTBRITE\_UPDATE\_TICKET\_GROUP**

Tool to update a ticket group by its ID in Eventbrite. Use when you need to modify ticket group details like name, status, or event ticket mappings.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter         | Type   | Required | Example     | Description                                          |
| ----------------- | ------ | :------: | ----------- | ---------------------------------------------------- |
| `ticket_group`    | object |     ✅    | —           | Ticket group object containing the fields to update. |
| `ticket_group_id` | string |     ✅    | `"1762587"` | The ID of the ticket group to update.                |

***

### `Eventbrite Update Venue`

Integration name: **EVENTBRITE\_UPDATE\_VENUE**

Tool to update a venue's details by venue ID. Use when you need to modify venue information such as name, capacity, address, age restrictions, or location coordinates.

#### Parameters

Your Toolhouse AI worker will automatically pass these parameters as input when the tool is called.

| Parameter  | Type   | Required | Example       | Description                                                                        |
| ---------- | ------ | :------: | ------------- | ---------------------------------------------------------------------------------- |
| `venue`    | object |     ✅    | —             | Venue object containing the fields to update. At least one field must be provided. |
| `venue_id` | string |     ✅    | `"296454496"` | The unique identifier of the venue to update.                                      |

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.toolhouse.ai/toolhouse/integrations/eventbrite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
