Skip to main content
Glama

Formula One MCP Server

get_championship_standings

Retrieve Formula One championship standings by specifying the season year and optional round number. Access up-to-date results and rankings directly from the Formula One MCP Server for precise race analytics.

Instructions

Get Formula One championship standings

Input Schema

NameRequiredDescriptionDefault
round_numNoRound number (optional, gets latest standings if not provided)
yearYesSeason year (e.g., 2023)

Input Schema (JSON Schema)

{ "properties": { "round_num": { "description": "Round number (optional, gets latest standings if not provided)", "type": "number" }, "year": { "description": "Season year (e.g., 2023)", "type": "number" } }, "required": [ "year" ], "type": "object" }
Install Server

Other Tools from Formula One MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/notsedano/f1-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server