You're viewing a demo portfolio

Join the waitlist
PRSM

get_race_results

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

F1

https://github.com/pipeworx-io/mcp-f1

1/7 registries
View full server →
get_race_results — F1 — PRSM MCP