Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

openf1_overtakes

Read-onlyIdempotent

Get overtake events for a race session: who passed whom, when, and for which position. Filter results by the passing or passed driver using session key.

Instructions

Overtake events in a race — who passed whom, when, and for which position.

Returns: [{date, overtaking_driver_number, overtaken_driver_number, position, session_key}] (top-level array)

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meeting_keyNoMeeting key, or 'latest'.
session_keyYesRace session key, or 'latest'.
overtaken_driver_numberNoFilter by the car being passed.
overtaking_driver_numberNoFilter by the car making the pass.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so the agent knows this is a safe, read-only operation. The description adds the return format and states no auth is needed. It does not disclose pagination, rate limits, or edge cases like 'latest' behavior beyond what schema already says. This is adequate but not rich.

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 two sentences and a return-type list. Every part earns its place: purpose, return fields, and auth note. It is front-loaded and free of fluff.

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 filtered-list tool with 4 params and no output schema, the description is reasonably complete. It includes the return array shape, which compensates for the lack of output schema. It doesn't cover every possible edge case, but the annotations and schema fill most gaps.

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

Parameters3/5

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

Schema description coverage is 100%, so all four parameters are already documented (session_key, meeting_key, overtaken_driver_number, overtaking_driver_number). The description adds no additional parameter semantics, so the baseline of 3 applies.

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: 'Overtake events in a race — who passed whom, when, and for which position.' This is a specific verb-resource pair and distinguishes it from sibling OpenF1 tools (laps, pit, position, etc.) by focusing on overtakes. The return format is also explicitly listed.

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

Usage Guidelines3/5

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

The context implies usage: fetch overtakes for a race session, optionally filtered by driver numbers. However, there is no explicit comparison to alternatives like openf1_position or openf1_laps, nor any 'when not to use' guidance. The presence of a required session_key is clear from schema, not described.

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