get_race_results
ActiveTool of F1
declared in 0.1.0
Get race results for a specific F1 grand prix. Provide season year and round number (e.g., 2024, round 5). Returns finishing position, driver, constructor, status, and points.
Parameters schema
{
"type": "object",
"examples": [
{
"round": "5",
"season": "2024"
},
{
"round": "1",
"season": "2025"
}
],
"required": [
"season",
"round"
],
"properties": {
"round": {
"type": "string",
"description": "Round number within the season (e.g., \"1\")"
},
"season": {
"type": "string",
"description": "Season year (e.g., \"2025\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
F1
https://github.com/pipeworx-io/mcp-f1
1/7 registries