Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_racing_runner_form

Read-onlyIdempotent

Retrieve a runner's complete past-start history, including positions, margins, distances, and dates, to analyze performance before a race.

Instructions

DETAILED per-runner form: full past-start history with positions, margins, distances and dates.

Returns: {runnerName, runnerNumber, previousStarts/pastPerformances:[{position, fieldSize?, distance, date, margin, ...}]}

Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN 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. Required — part of the URL path.
jurisdictionNoState jurisdiction.NSW
runnerNumberYesSaddle/box number. Required — part of the URL path.
venueMnemonicYesVenue code. Required — part of the URL path.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed7 schema fields changedv0.24.0
    • addedInput schema / properties / date / description
      Added value: +"Meeting date, YYYY-MM-DD. Required — part of the URL path."
    • addedInput schema / properties / jurisdiction / description
      Added value: +"State jurisdiction."
    • addedInput schema / properties / raceNumber / description
      Added value: +"Race number. Required — part of the URL path."
    • addedInput schema / properties / raceType / description
      Added value: +"Race code: R/G/H. Required — part of the URL path."
    • addedInput schema / properties / raceType / enum
      Added value: +[
      +  "R",
      +  "G",
      +  "H"
      +]
    • addedInput schema / properties / runnerNumber / description
      Added value: +"Saddle/box number. Required — part of the URL path."
    • addedInput schema / properties / venueMnemonic / description
      Added value: +"Venue code. Required — part of the URL path."
  2. Addedv0.20.0

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already mark the tool read-only, idempotent, and open-world, so the description only needs to add non-obvious behavior. It discloses that no API key is required and that providing TAB credentials unlocks more data, which is useful context beyond annotations. 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 compact and front-loaded with the tool's purpose, followed by a return-shape sketch and an auth note. Every sentence earns its place, though the 'previousStarts/pastPerformances' slash introduces minor ambiguity and 'DETAILED' is unnecessary emphasis.

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?

With no output schema, the description usefully provides a return-shape sketch, and it explains auth prerequisites. Required identifiers are covered by the schema, so an agent can call the tool correctly, though the vague 'unlocks more' and lack of sibling routing leave some context 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?

All six parameters have schema descriptions, including 'Required — part of the URL path' for the five required identifiers, so the schema carries the parameter documentation burden. The description adds no additional parameter semantics, matching the baseline for 100% schema coverage.

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 identifies the resource as a per-runner form with 'full past-start history with positions, margins, distances and dates,' which is concrete and distinguishable from race-level form tools. It lacks an explicit verb like 'get' and does not name sibling alternatives, so it stops short of a 5.

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 'per-runner' and 'full past-start history' wording implies use when detailed historical form for a single runner is needed. However, there is no explicit when-to-use/when-not-to-use guidance and no alternative tools are named, so usage remains implied rather than stated.

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