get_schedule
Get all matches for a flight in an event, including date, time, venue, teams, and scores for played games.
Instructions
Get all matches for a flight.
Returns each match's date, time, venue, teams, and score (if played). Get the flight ID from get_event_overview.
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 |