Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_racing_race

Read-onlyIdempotent

Retrieve a complete racecard for a single TAB race, including runners, fixed and parimutuel odds, form ratings, pools, bet types, plus results and dividends after the race finishes.

Instructions

Full racecard for one race: runners with fixed + parimutuel odds, form ratings, pools, bet types; results + dividends once run.

Returns: {raceNumber, raceName, raceDistance, raceStartTime, runners:[{runnerNumber, runnerName, fixedOdds, parimutuel, riderDriverName, barrierNumber, last5Starts}], results, pools, betTypes, multiLegApproximates}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesMeeting date, YYYY-MM-DD. Required — part of the URL path.
raceTypeYesRace code: R/G/H. Required — part of the URL path.
raceNumberYesRace number at the meeting. Required — part of the URL path.
jurisdictionNoState jurisdiction.NSW
venueMnemonicYesVenue code, e.g. HAW. Required — part of the URL path.
Behavior4/5

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

Annotations already indicate read-only, open-world, and idempotent behavior. The description adds valuable context by noting that results appear only after the race is run and that authentication is optional, potentially unlocking more data with TAB_CLIENT_ID/SECRET. No contradiction with annotations.

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 front-loaded with the main purpose, followed by a compact but informative return structure and auth note. It is concise, with no unnecessary filler, though the return field list adds some length.

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 read-only fetch tool, the description covers expected data (odds, form, pools, results), the return shape, and authentication requirements. With annotations providing safety information, this is complete for typical use, though it does not address error handling or rate limits.

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?

The input schema provides 100% coverage with descriptions for all five parameters. The tool description does not add extra parameter semantics beyond what the schema already states, so the baseline score of 3 is appropriate.

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 defines the tool as a 'full racecard for one race' with a specific list of included content (runners, odds, form ratings, pools, bet types; results after race). This distinguishes it from meeting-level or form-only siblings like tab_racing_meeting_races and tab_racing_race_form.

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 description implies usage for obtaining comprehensive pre-race and post-race data for a single race, but does not explicitly mention when to use this tool over alternatives or provide exclusions. No sibling tools are referenced for comparison.

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