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
Name | Required | Description | Default |
---|---|---|---|
event_id | Yes | The unique identifier for the event to retrieve venue information for. This ID is obtained from the event. | |
format | No | Output format. Use "structured" for readable format (default) or "json" for raw API response. Only use "json" if explicitly requested. | structured |
page | No | Page number for pagination. Default is 1. |