get_district_events
List every FRC event in a district (qualifying events plus championship) using a district key like '2023fim'.
Instructions
List every FRC event in a district (e.g., all 2024 FIRST in Michigan district qualifying events plus the district championship). Returns full event records. Lighter variants: get_district_events_simple, get_district_events_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. |