Skip to main content
Glama
joshuachestang

Eventbrite MCP Server

create_event

Schedule and publish events on Eventbrite by providing name, dates, and optional details like venue, capacity, or online setting.

Instructions

Create a new event on Eventbrite

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the event
listedNoWhether the event should be publicly listed
capacityNoMaximum number of attendees
currencyNoCurrency code (e.g., USD, EUR, GBP)USD
end_dateYesEnd date and time in ISO 8601 format (e.g., 2024-12-25T18:00:00)
timezoneNoTimezone for the event (e.g., America/New_York, Europe/London)UTC
start_dateYesStart date and time in ISO 8601 format (e.g., 2024-12-25T10:00:00)
venue_cityNoCity of the venue
venue_nameNoName of the venue (for in-person events)
category_idNoEventbrite category ID (optional)
descriptionNoThe description of the event (HTML allowed)
online_eventNoWhether this is an online event
venue_regionNoState/region of the venue
venue_addressNoAddress of the venue
venue_countryNoCountry of the venue (2-letter code, e.g., US, GB)
subcategory_idNoEventbrite subcategory ID (optional)
venue_postal_codeNoPostal code of the venue
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are available, and the description does not disclose behavioral traits such as idempotency, required permissions, error handling, or side effects. Agents are left to guess about important behavioral aspects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with no redundant information. However, it could be slightly expanded to include key usage context without becoming overly verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 17 parameters, no output schema, and no annotations, the description fails to provide sufficient context for an agent to understand the full scope of the tool, including return values, error conditions, or complex behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond the field names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('create') and the resource ('event on Eventbrite'). It is distinct from sibling tools like update_event, but could be improved by specifying whether it also automatically publishes or has other defaults.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as update_event, publish_event, or list_categories. There is no mention of prerequisites, typical use cases, or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshuachestang/eventbrite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server