get_brackets
Fetch the playoff bracket for a given flight using event ID and flight ID. Returns JSON bracket data, or empty if no playoff bracket exists.
Instructions
Get the playoff bracket for a flight, if one exists.
Returns the bracket structure as JSON. Many regular-season flights have no bracket; in that case the payload is empty.
Args: event_id: Numeric event ID (e.g. 3933). flight_id: Flight ID from get_event_overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| flight_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |