get_team_matches_simple
List every match an FRC team played in a season year, providing basic match details without score breakdowns or videos.
Instructions
List every match a team played in a season year with reduced match fields (no game-specific score breakdown or videos). Lighter than get_team_matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_key | Yes | FRC team key formatted as 'frc' followed by the team number with no leading zeros (e.g., 'frc86', 'frc254', 'frc1114'). Uniquely identifies a FIRST Robotics Competition team on The Blue Alliance. | |
| 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. |