Skip to main content
Glama

Formula One MCP Server

get_championship_standings

Retrieve Formula One championship standings for a specific season and optional round using the Formula One MCP Server. Input the year and round number to access detailed driver and team rankings.

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" }

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