Skip to main content
Glama

SeatGeek MCP Server

retrieve_event_venue_information

Retrieve detailed venue seating layouts, including sections and rows, for a specific event. Use this tool to explore seating options and inform ticket purchasing decisions with structured or JSON output.

Instructions

Get detailed seating information including sections and rows for a specific event. This tool first searches for the event using the provided query, then retrieves detailed venue layout information. Useful for understanding venue seating options and making ticket purchasing decisions.

Input Schema

NameRequiredDescriptionDefault
event_idYesThe unique identifier for the event to retrieve venue information for. This ID is obtained from the event.
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.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "event_id": { "description": "The unique identifier for the event to retrieve venue information for. This ID is obtained from the event.", "type": "number" }, "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" } }, "required": [ "event_id" ], "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