get_schedule
ActiveTool of F1
declared in 0.1.0
Get the F1 season race calendar. Provide year (e.g., 2024). Returns all rounds with race name, circuit, location, and date.
Parameters schema
{
"type": "object",
"examples": [
{
"season": "2025"
},
{
"season": "2024"
}
],
"required": [
"season"
],
"properties": {
"season": {
"type": "string",
"description": "Season year (e.g., \"2025\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
F1
https://github.com/pipeworx-io/mcp-f1
1/7 registries