get_teams
Retrieve teams competing in a flight, including team IDs, names, and head coaches. Input a flight ID from an event overview to get the team roster.
Instructions
Get the teams competing in a flight.
Returns each team's ID, name, and head coach. Use a team ID with get_team_schedule. Get the flight ID from get_event_overview.
Args: flight_id: Flight ID from get_event_overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flight_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |