Skip to main content
Glama

SeatGeek MCP Server

find_events

Search for events by performer, location, date, or venue using structured queries. Returns detailed event data including venue information for ticketed entertainment.

Instructions

Search for events by performer, location, date, or venue. This tool is optimized for finding specific events based on user queries. If the query involves a performer, it first looks up the performer, then finds events for that performer. Otherwise, it searches events directly. Returns structured event data with venue information.

Input Schema

NameRequiredDescriptionDefault
end_utcNoEnd date filter in ISO8601 UTC format (YYYY-MM-DD). Use with start_utc to define date ranges.
formatNoOutput format. Use "structured" for readable format (default) or "json" for raw API response. Only use "json" if explicitly requested.structured
pageNoPage number for pagination. Default is 1.
per_pageNoNumber of results to return per page (1-50). Default is 10.
qNoFree-text search term. Use only when no other specific filters match the user request. Keep this text to pronouns if present in the user's query unless there are no pronouns in the query. Never duplicate information already captured in other parameters.
start_utcNoStart date filter in ISO8601 UTC format (YYYY-MM-DD). Use for date ranges like "next month" or "this weekend".
venue_cityNoCity name where the venue is located. Use full city name, e.g., "New York" or "Los Angeles".
venue_countryNoCountry code where the venue is located, e.g., "US" for United States or "CA" for Canada.
venue_stateNoState abbreviation where the venue is located, e.g., "CA" for California or "NY" for New York.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end_utc": { "description": "End date filter in ISO8601 UTC format (YYYY-MM-DD). Use with start_utc to define date ranges.", "type": "string" }, "format": { "default": "structured", "description": "Output format. Use \"structured\" for readable format (default) or \"json\" for raw API response. Only use \"json\" if explicitly requested.", "enum": [ "structured", "json" ], "type": "string" }, "page": { "default": 1, "description": "Page number for pagination. Default is 1.", "minimum": 1, "type": "number" }, "per_page": { "default": 10, "description": "Number of results to return per page (1-50). Default is 10.", "maximum": 50, "minimum": 1, "type": "number" }, "q": { "description": "Free-text search term. Use only when no other specific filters match the user request. Keep this text to pronouns if present in the user's query unless there are no pronouns in the query. Never duplicate information already captured in other parameters.", "type": "string" }, "start_utc": { "description": "Start date filter in ISO8601 UTC format (YYYY-MM-DD). Use for date ranges like \"next month\" or \"this weekend\".", "type": "string" }, "venue_city": { "description": "City name where the venue is located. Use full city name, e.g., \"New York\" or \"Los Angeles\".", "type": "string" }, "venue_country": { "description": "Country code where the venue is located, e.g., \"US\" for United States or \"CA\" for Canada.", "type": "string" }, "venue_state": { "description": "State abbreviation where the venue is located, e.g., \"CA\" for California or \"NY\" for New York.", "type": "string" } }, "type": "object" }
Install Server

Other Tools from SeatGeek MCP Server

Related Tools

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/PeterShin23/seatgeek-mcp'

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