get_events_keys
List all FRC event keys for a given season year. Use these keys to query detailed event data with minimal bandwidth.
Instructions
List every FRC event key for a season year (strings like '2024casj', '2024nyro', '2024micmp4'). Lightest events enumeration; useful for driving subsequent per-event queries with minimal bandwidth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | FRC competition season year. FRC began in 1992 and runs one game per year (e.g., 2023 = "Charged Up", 2024 = "Crescendo", 2025 = "Reefscape"). Must be between 1992 and next calendar year. |