get_matches
Retrieve statistical data for multiple FIRST Robotics Competition matches, filtering by team, year, event, week, or elimination status to analyze performance and trends.
Instructions
Get statistical data for multiple matches with optional filtering by team, year, event, week, and elimination status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team number (no prefix), e.g. 86 | |
| year | No | Four-digit year (2002 onwards) | |
| event | No | Event key, e.g. 2024flor | |
| week | No | Week of the competition season. 8 is CMP. | |
| elim | No | Whether the match is an elimination match. | |
| metric | No | How to sort the returned values. Any column in the table is valid. | |
| ascending | No | Whether to sort in ascending order. Default is ascending. | |
| limit | No | Maximum number of results to return (1-1000). Default is 1000. | |
| offset | No | Offset from the first result to return. |