get_years
Retrieve and sort statistical data for FRC seasons from 2002 onwards. Filter by metric, order, and limit results for specific year-level analytics.
Instructions
Get statistical data for multiple FRC season years. Returns data from 2002 onwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |