Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

openf1_session_result

Get final classification of an F1 session: driver positions, laps, points, gap to leader, and DNF/DNS/DSQ flags. Requires session_key.

Instructions

Final classification of a session — per-driver position, laps, points, gap, DNF/DNS/DSQ flags.

Returns: [{position, driver_number, number_of_laps, points, dnf, dns, dsq, duration, gap_to_leader, session_key}] (top-level array)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
positionNo
meeting_keyNo
session_keyYes
driver_numberNo
Behavior2/5

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

No annotations are provided, so the description carries full burden for safety and behavior. It only states the tool returns final classification without disclosing read-only nature, authentication needs, rate limits, or data freshness. 'Final' implies no mutation, but this is not explicit.

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

Conciseness4/5

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

Two efficient sentences with front-loaded purpose and return type. Minor improvement could include a hint about parameter usage, but overall no wasted words.

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

Completeness3/5

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

Output structure is provided (array of objects), compensating for missing output schema. However, parameter semantics are missing, and no usage context (e.g., session_key format, filtering capabilities) is given. Adequate for simple retrieval, but incomplete for effective agent invocation.

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

Parameters1/5

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

Input schema has 4 parameters with 0% description coverage, but the description adds no parameter explanations. It only describes output fields. Agents cannot infer valid values for 'position', 'meeting_key', or 'driver_number' from the description alone.

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 returns 'final classification of a session' with per-driver data, distinguishing it from sibling tools like openf1_laps (lap times) or openf1_starting_grid (grid positions). The verb 'classification' and field list make the purpose specific and unambiguous.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus siblings (e.g., openf1_sessions for session metadata) or how to filter results. The description does not mention any prerequisites or alternative tools for similar queries.

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/DanielTomaro13/sportsdata-mcp'

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