f1_get_race_results
Return the final classification for one F1 race, keyed by year and round.
Args: year: Championship year (e.g. 2025). round: Round number within the season (1-based; e.g. 1 for the opener).
Returns: data.results: Ergast/Jolpica RaceTable payload — finishing order, times, grid positions, points, and fastest laps for the race. meta.source: adapter that served the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Championship year (e.g. 2025). | |
| round | Yes | Round number within the season (1-based; e.g. 1 for the opener). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |