Skip to main content
Glama

get_track_evolution

Analyze Formula 1 lap time improvements during sessions to visualize track evolution and rubbering-in effects across practice, qualifying, and race data.

Instructions

Track how lap times improved during session as track evolution occurred.

Shows fastest lap per lap number to see track rubbering in and improvement.

Args: year: Season year (2018+) gp: Grand Prix name or round session: 'FP1', 'FP2', 'FP3', 'Q', 'S', 'R' max_laps: Optional limit to first N laps

Returns: TrackEvolutionResponse with lap-by-lap improvement data

Example: get_track_evolution(2024, "Monaco", "FP1") → Practice track evolution get_track_evolution(2024, "Monaco", "Q", 20) → First 20 laps of qualifying

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
gpYes
sessionYes
max_lapsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
evolutionYesLap time evolution throughout session
event_nameYesEvent name
total_lapsYesTotal number of laps analyzed
session_nameYesSession name
total_improvementNoTotal improvement in seconds from start to end
Behavior3/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 describes the tool's function and output ('lap-by-lap improvement data') but lacks details on permissions, rate limits, or error handling. It adds value by explaining the track evolution context and optional parameter usage, but does not fully cover behavioral traits like data freshness or constraints.

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 appropriately sized and front-loaded: it starts with the core purpose, adds details in a structured way with 'Args:' and 'Returns:' sections, and includes examples. Every sentence earns its place by providing essential information without redundancy, making it efficient and easy to scan.

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

Completeness4/5

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

Given the tool's moderate complexity, no annotations, and an output schema present (TrackEvolutionResponse), the description is largely complete. It covers purpose, parameters, and return data context. However, it could improve by mentioning potential limitations or linking to sibling tools for related analyses, but the output schema reduces the need to detail return values.

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?

Schema description coverage is 0%, so the description must compensate. It effectively adds meaning beyond the schema: it explains each parameter's purpose (e.g., 'year: Season year (2018+)', 'session: 'FP1', 'FP2', 'FP3', 'Q', 'S', 'R'', 'max_laps: Optional limit to first N laps'), provides examples, and clarifies the gp parameter accepts names or round numbers. This fully documents the parameters where the schema lacks descriptions.

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: 'Track how lap times improved during session as track evolution occurred' and 'Shows fastest lap per lap number to see track rubbering in and improvement.' It specifies the verb ('track', 'shows'), resource ('lap times', 'fastest lap per lap number'), and distinguishes it from siblings by focusing on track evolution analysis rather than telemetry, results, or other session data.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool: to analyze lap time improvements due to track evolution in specific sessions. It implies usage for practice or qualifying sessions (e.g., 'FP1', 'Q') but does not explicitly state when not to use it or name alternatives among siblings, such as get_laps or get_session_results, which might offer overlapping data.

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