get_brackets
Get the playoff bracket for a flight by providing event and flight IDs. Returns JSON data; empty if no 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 |