Skip to main content
Glama

Formula One MCP Server

get_event_info

Retrieve detailed information about a specific Formula One Grand Prix by providing the season year and event name or round number. Access race schedules, results, and analytics through the Formula One MCP Server.

Instructions

Get detailed information about a specific Formula One Grand Prix

Input Schema

NameRequiredDescriptionDefault
identifierYesEvent name or round number (e.g., 'Monaco' or '7')
yearYesSeason year (e.g., 2023)

Input Schema (JSON Schema)

{ "properties": { "identifier": { "description": "Event name or round number (e.g., 'Monaco' or '7')", "type": "string" }, "year": { "description": "Season year (e.g., 2023)", "type": "number" } }, "required": [ "year", "identifier" ], "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