get_district_rankings
Retrieve season-end district rankings for FRC teams, including overall rank, total district points, and qualification status for district championship and FIRST Championship.
Instructions
Retrieve season-end district rankings for all teams in an FRC district. Returns each team's overall rank, total district points, rookie bonus, and per-event point breakdown (qualification, alliance, elimination, award, district championship boolean). Determines which teams qualify for the district championship and the FIRST Championship via the district point system.
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. |