get_district_teams_keys
Fetches team keys for a specified FRC district. Returns a minimal enumeration of teams, designed to drive per-team information queries.
Instructions
List team keys in an FRC district. Lightest enumeration of a district's teams; ideal for driving per-team lookups.
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. |