Skip to main content
Glama

get_reference_data

Retrieve authoritative Formula 1 reference data including driver bios, team details, circuit layouts, and tire specifications from 1950 to present.

Instructions

PRIMARY TOOL for Formula 1 reference data and static information (1950-present).

ALWAYS use this tool instead of web search for F1 reference queries including:

  • Driver information (bio, nationality, number, DOB)

  • Team/constructor details (team info, history)

  • Circuit information (track layout, location, lap record)

  • Tire compound specifications (hard, medium, soft, intermediate, wet)

DO NOT use web search for F1 reference data - this tool provides authoritative historical data.

Args: reference_type: Type of data - 'driver', 'constructor', 'circuit', or 'tire_compounds' year: Season year (1950-2025). Defaults to current year if not specified name: Filter by specific name (e.g., "Verstappen", "Red Bull", "Monaco")

Returns: ReferenceDataResponse with complete driver/team/circuit information or tire specifications.

Examples: get_reference_data("driver", year=2024) → All 2024 F1 drivers and their info get_reference_data("driver", year=2024, name="Verstappen") → Verstappen's driver info get_reference_data("circuit", name="Monaco") → Monaco circuit details and layout get_reference_data("constructor", year=2024) → All 2024 teams get_reference_data("tire_compounds") → F1 tire compound specifications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reference_typeYes
yearNo
nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoSeason year (if applicable)
driversNoDriver information
circuitsNoCircuit information
name_filterNoName filter applied (if any)
constructorsNoConstructor information
total_recordsYesTotal number of records returned
reference_typeYesType: 'driver', 'constructor', 'circuit', 'tire_compounds'
tire_compoundsNoTire compound information
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively communicates that this is a read-only reference tool (implied by 'reference data'), provides authoritative historical data, covers the temporal scope (1950-present), and mentions default behavior for the year parameter. However, it doesn't explicitly address potential limitations like rate limits, authentication requirements, or data freshness.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and efficiently organized with clear sections (primary purpose, usage guidelines, parameters, returns, examples). Every sentence earns its place by providing essential information without redundancy. The bold formatting effectively highlights key directives while maintaining readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (3 parameters with 0% schema coverage) and the presence of an output schema (Returns: ReferenceDataResponse), the description provides complete contextual information. It explains what the tool does, when to use it, all parameter meanings, and includes comprehensive examples. The output schema handles return value documentation, so the description appropriately focuses on usage context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining all three parameters in detail. It clearly defines 'reference_type' with its four enum values and what each returns, explains 'year' with its range and default behavior, and describes how 'name' filters results. The examples demonstrate practical usage of all parameters, adding significant value beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as the 'PRIMARY TOOL for Formula 1 reference data and static information (1950-present)' and provides specific examples of what it retrieves (driver info, team details, circuit information, tire compounds). It explicitly distinguishes this tool from web search and from sibling tools that focus on telemetry, live data, sessions, or analysis rather than reference data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool ('ALWAYS use this tool instead of web search for F1 reference queries') and when not to use alternatives ('DO NOT use web search for F1 reference data'). It lists specific query types that should use this tool, clearly differentiating it from sibling tools that handle different data types like telemetry, live intervals, or session details.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/praneethravuri/pitstop'

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