Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

entain_racing_future_markets

Retrieves legacy v1 racing future-markets feed from Entain provider, returning race IDs with names and scheduled start times.

Instructions

Legacy v1 racing RPC selector (future-markets races feed).

Returns: {status, data:{races:{:{name, advertised_start:{seconds}}}}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNofuture-markets
excludeNo
Behavior3/5

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

No annotations exist, so the description must convey behavioral traits. It discloses the return structure in detail, including nested objects and fields. However, it omits important behaviors like authentication requirements, rate limits, whether the tool is read-only, or side effects. The return format is helpful but insufficient for full transparency.

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?

The description is brief—two sentences plus a return example. It avoids superfluous information. However, the first sentence uses jargon ('Legacy v1 racing RPC selector') that may confuse some users, slightly reducing clarity.

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

Completeness2/5

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

Given no annotations, no output schema, and 0% parameter coverage, the description should compensate but does not. It explains the return structure but lacks crucial context: what the tool does beyond 'selector', how to use parameters, error scenarios, and links to related tools. This leaves significant gaps for effective use.

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

Parameters2/5

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

The input schema has two parameters (method, exclude) with 0% schema description coverage. The description does not explain their purpose or expected values. 'method' defaults to 'future-markets' but its role is unclear; 'exclude' is entirely unexplained. Without parameter documentation, the tool is hard to use correctly.

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

Purpose4/5

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

The description clearly identifies the tool as a 'Legacy v1 racing RPC selector' for 'future-markets races feed', specifying it returns race names and start times. This distinguishes it from other entain racing tools like entain_racing_meeting or entain_racing_next_races, though it doesn't explicitly contrast with them.

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 is provided on when to use this tool versus alternatives such as entain_racing_search or similar future-markets tools from other providers. The description does not mention context, prerequisites, or exclusions.

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