Skip to main content
Glama

get_session_info

Load F1 session metadata and driver list by providing year, circuit, and session type for race analysis.

Instructions

Load an F1 session and return its metadata and driver list.

Args: year: Season, 2018 or later (FastF1 coverage starts in 2018). circuit: Event or location name, e.g. "Austria", "Monza". session_type: "R" race, "Q" qualifying, "S" sprint, "FP1"/"FP2"/"FP3".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
circuitYes
session_typeNoR
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains the operation (loads), the output (metadata and driver list), and a key data constraint (FastF1 coverage starts in 2018). It does not detail failure modes or exact metadata fields, but it is not misleading and provides useful behavioral context.

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 concise: a single purpose sentence followed by a compact bulleted list of parameter definitions. It is front-loaded with the main function and contains no redundant information.

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?

For a simple session-information loader, the description covers purpose, all parameters, and output at a high level. Without an output schema, saying 'metadata and driver list' is slightly vague, but it is likely enough for an agent to select and invoke the tool successfully.

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?

The schema provides only parameter names, types, and defaults with 0% description coverage. The description compensates fully by explaining each parameter: year with a minimum value, circuit with examples, and session_type with a list of valid values. This gives the agent everything needed to construct valid arguments.

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 function: 'Load an F1 session and return its metadata and driver list.' This uses a specific verb and resource, and it distinguishes itself from sibling tools like get_driver_stints and get_degradation, which focus on other aspects.

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 the tool by explaining it loads session metadata/driver list and supplying parameter constraints (e.g., 2018 or later, valid session types). However, it does not explicitly mention alternative tools or when not to use this tool.

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/fayazhussain2821/AI_Race_Engineer'

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