Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_racing_futures_race

Read-onlyIdempotent

Fetch a futures racecard by race name, including runners and fixed odds, for a chosen date and venue.

Instructions

Racecard for one FUTURES market: futures URLs put the race NAME (not a number) in the race slot, so the integer-typed tab_racing_race cannot reach them.

Returns: {raceName, raceStartTime, runners:[{runnerNumber, runnerName, fixedOdds:{returnWin, returnPlace, bettingStatus}}]}

Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesMeeting date from the futures listing, YYYY-MM-DD. Required — part of the URL path.
raceNameYesRace name from the futures listing, e.g. "Queen Anne Stakes (All In)". Required — part of the URL path.
raceTypeYesRace code: R/G/H. Required — part of the URL path.
fixedOddsNoInclude fixed-odds prices (futures are fixed-odds only).
jurisdictionNoState jurisdiction.NSW
venueMnemonicNoFutures meeting name, e.g. "Racing Futures", "Greyhound Futures".Racing Futures
Behavior4/5

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

The description discloses the read-only nature via annotations (readOnlyHint), and adds that it works without auth but can unlock more with keys. It also specifies the return structure, providing transparency about expected output. It does not contradict any annotations.

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 concise, covering purpose, return structure, and auth in a few sentences without unnecessary detail. It is well-structured and easy to parse.

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 there is no output schema, the description provides the return shape in text, which is adequate. It gives context about futures markets and why this tool exists. It lacks info on error handling or edge cases but is complete for the tool's core functionality.

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

Parameters4/5

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

All parameters are well described in the schema (date, raceName, raceType, fixedOdds, jurisdiction, venueMnemonic). The description reinforces the key parameter raceName by explaining the naming convention. It adds value by clarifying the race slot usage, though it does not elaborate on parameter constraints beyond the schema.

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: retrieving a racecard for a single futures market. It distinguishes itself from tab_racing_race by explaining the naming convention (race name vs. integer) and explicitly mentions it cannot be reached by that tool.

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 implies usage when dealing with futures races identified by name, contrasting with the integer-based tab_racing_race. It also mentions auth requirements, giving context for when additional credentials might be needed. While not an explicit step-by-step usage guide, it provides enough situational guidance.

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