get_district_teams
Retrieve full profiles of all teams in an FRC district for a given year. Enumerate competitive field using a district key (e.g., '2023fim').
Instructions
List every team affiliated with an FRC district in a given year. Returns full team profiles. Use to enumerate a district's competitive field. Lighter variants: get_district_teams_simple, get_district_teams_keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| district_key | Yes | TBA district key combining the season year and district abbreviation (e.g., '2023fim' for FIRST in Michigan, '2024ne' for New England, '2024chs' for Chesapeake, '2024pnw' for Pacific Northwest, '2024fit' for FIRST In Texas). Use get_districts to enumerate valid district keys for a year. |