Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_track_report

Read-onlyIdempotent

Obtain a track report for a race meeting on any date, covering going, rail position, and weather.

Instructions

Track report (going, rail, weather) for a racing meeting on a date.

Returns: {track:{name, going, railPosition, weather}}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raceTypeNoRacing code (e.g. Thoroughbred, Greyhound, Harness).
eventDateYesMeeting date, YYYY-MM-DD.
trackNameNoTrack / venue name.

Schema Changelog

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

  1. Changed3 schema fields changedv0.24.0
    • addedInput schema / properties / eventDate / description
      Added value: +"Meeting date, YYYY-MM-DD."
    • addedInput schema / properties / raceType / description
      Added value: +"Racing code (e.g. Thoroughbred, Greyhound, Harness)."
    • addedInput schema / properties / trackName / description
      Added value: +"Track / venue name."
  2. Addedv0.1.1

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark this as read-only, open-world, and idempotent. The description adds genuine operational context beyond that: it works without an API key and that a SPORTSBET_REFRESH_TOKEN may unlock more data. It also states the return shape, which is helpful since there is no output schema.

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?

Three short sentences cover purpose, return shape, and auth with no filler. The purpose is front-loaded, and every sentence adds new information not duplicated by the schema.

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

Completeness5/5

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

For a simple 3-parameter read-only tool, the description is complete: it names the required date lookup, lists the return fields (compensating for the missing output schema), and clarifies auth requirements. Nothing necessary for correct invocation seems missing.

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 all three parameters are already documented with types and meanings. The description does not add parameter-level detail or clarify how trackName and raceType relate to the meeting lookup, so it neither harms nor significantly improves on 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 opening phrase 'Track report (going, rail, weather) for a racing meeting on a date' names a specific resource and scopes it to a racing meeting and date. Listing the exact data fields (going, rail, weather) distinguishes it from nearby racing tools like sportsbet_racecard or sportsbet_racing_event_meeting.

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 states the scope ('for a racing meeting on a date') and what data is returned, so an agent can infer when it applies. However, it never names sibling alternatives or says when not to use it, leaving selection to inference rather than explicit 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