get_teams_by_year_simple
Retrieves a paginated list of FRC teams for a given year, with reduced fields including team number, name, nickname, and location.
Instructions
Paginated list of FRC teams that competed in a given year with reduced team fields (key, team_number, nickname, name, location). Lighter than get_teams_by_year.
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. | |
| page_num | Yes | Zero-indexed page number for paginated team listings. TBA returns up to 500 teams per page; increment until the response is empty to enumerate all teams. |