Skip to main content
Glama

SeatGeek MCP Server

find_performer_recommendations

Discover personalized performer recommendations by inputting event, performer, or location details. Find nearby or similar performers based on search queries, venue information, or date ranges for ticketed entertainment events.

Instructions

Get personalized performer recommendations based on performers, events, or location. This tool first searches for performers and/or events based on the queries, then uses the IDs to find similar performers. Use location parameters (geoip, lat/lon, postal_code) for nearby performers.

Input Schema

NameRequiredDescriptionDefault
end_utcNoEnd date filter in ISO8601 UTC format (YYYY-MM-DD). Use with start_utc to define date ranges.
event_qNoSearch query to find events to base recommendations on. If provided, the system will first look up the event ID automatically.
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.
performer_qNoSearch query to find performers to base recommendations on. If provided, the system will first look up the performer ID automatically.
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" }, "event_q": { "description": "Search query to find events to base recommendations on. If provided, the system will first look up the event ID automatically.", "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" }, "performer_q": { "description": "Search query to find performers to base recommendations on. If provided, the system will first look up the performer ID automatically.", "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