Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_racecard

Read-onlyIdempotent

Retrieve a racecard for a single race using its event ID. Get runner names, win prices, and scratchings, with optional full names for all selections.

Instructions

Racecard for one race: runners, prices, scratchings.

Returns: {event:{eventId, raceNumber}, markets:[{marketId, name, selections:[{name, price:{winPrice, winPriceNum, winPriceDen}}]}]}

Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventIdYesRacing event id. Required — part of the URL path.
selectionNamesNoInclude full selection (runner) names.

Schema Changelog

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

  1. Changed2 schema fields changedv0.24.0
    • addedInput schema / properties / eventId / description
      Added value: +"Racing event id. Required — part of the URL path."
    • addedInput schema / properties / selectionNames / description
      Added value: +"Include full selection (runner) names."
  2. Addedv0.1.1

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, and the description adds useful behavior not in those hints: the exact return shape and the auth model ('works without a key; SPORTSBET_REFRESH_TOKEN unlocks more'). No contradiction exists between the description and 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 core purpose, followed by a concise return-shape block and auth note. The three sections are each useful and non-redundant, though slightly more structured formatting could improve scanability.

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

Completeness3/5

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

The description covers the return shape and auth, which compensates for the absence of an output schema. However, it lacks guidance on when to use this tool over closely related siblings and does not mention any caveats around scratchings or price availability, leaving moderate ambiguity for a racing API.

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 the schema already documents both parameters. The description contributes little beyond the schema: the return schema helps interpret what selectionNames affects, but the tool description does not add syntax, defaults, or edge-case meaning beyond what the input schema provides. Baseline 3 applies.

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 states a specific resource ('one race') and its content ('runners, prices, scratchings'), which clearly identifies what the tool returns. The phrase 'one race' differentiates it from multi-race siblings like sportsbet_multiple_racecards and sportsbet_racing_allracing, though it does not name them explicitly.

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?

The description implies usage for a single race but provides no explicit guidance on when to choose this tool over close siblings such as sportsbet_racecard_with_context or sportsbet_multiple_racecards. There are no stated conditions, scenarios, or exclusions beyond the word 'one'.

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