Event Search
event_searchTicketmaster Discovery API — search live events by keyword, city, countryCode, stateCode, venueId, attractionId, classificationName (e.g. 'Music'), and date window. PREFER for "what is on at ", "upcoming concerts", "events in this month". Pass the venue/artist as keyword, or venueId from venue_search for an exact venue. Returns events with dates, venue, and ticket links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name, e.g. "New York". | |
| page | No | 0-based page number. Ticketmaster caps deep paging at page × size ≤ 1000, so with the default size of 20 the last reachable page is 50; narrow with city/date filters instead of paging further. | |
| size | No | Results per page (default 20, max 200). | |
| sort | No | Sort order. Ticketmaster accepts only these values; anything else is a 400. Common: "date,asc" (soonest first), "relevance,desc". | |
| keyword | No | Free-text search: venue, artist, team or event name (e.g. "Madison Square Garden", "Taylor Swift"). Pass the subject of the question here — omitting it returns Ticketmaster's unfiltered default feed, not an answer. | |
| venueId | No | Ticketmaster venue id (from venue_search). More precise than keyword for "what is on at <venue>" — a keyword can match a nearby or similarly named venue. | |
| stateCode | No | 2-letter state code, e.g. "NY". | |
| postalCode | No | Postal/ZIP code. | |
| countryCode | No | 2-letter country code, e.g. "US". | |
| endDateTime | No | ISO-8601 UTC upper bound, e.g. "2026-08-31T23:59:59Z". | |
| attractionId | No | Ticketmaster attraction id (from attraction_search). | |
| startDateTime | No | ISO-8601 UTC lower bound, e.g. "2026-08-01T00:00:00Z". Use with endDateTime for "this month". | |
| classificationName | No | Segment/genre, e.g. "Music", "Sports", "Theatre". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||