Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_race_preview

Read-onlyIdempotent

Get editorial race previews with text and video for any race by specifying track, date, race number, and racing code.

Instructions

Editorial race preview (text + video) for one race.

Returns: {preview:{title, body, videoUrl}}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raceTypeYesRacing code (e.g. Thoroughbred).
eventDateYesMeeting date, YYYY-MM-DD.
trackNameYesTrack / venue name.
raceNumberYesRace number at the meeting.
Behavior3/5

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

Annotations already declare read-only, idempotent, and open-world behavior. The description adds that auth is not needed and specifies the return object shape, which is extra context. However, it doesn't disclose error behavior, null cases, or other limitations, so it is adequate but not rich.

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 three concise sentences: purpose, return structure, and auth. It is front-loaded with the primary purpose, contained no fluff, and every line adds needed information.

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 simple read-only tool, the description covers the purpose, return format, and auth. Combined with complete schema descriptions and annotations, it is nearly complete. It lacks any mention of when the preview might be unavailable, but that is a minor gap.

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 coverage is 100% with all four parameters (raceType, trackName, raceNumber, eventDate) already described. The description adds no additional parameter-level meaning, so it earns the baseline score for full schema coverage.

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 provides an 'Editorial race preview (text + video) for one race,' with a specific resource and scope. It distinguishes itself from sibling tools like racecards or form by specifying 'editorial' and 'text + video.'

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?

No guidance is given on when to use this tool vs. alternatives like sportsbet_racecard or sportsbet_match_preview. It does not mention any exclusions or fallback tools, leaving the agent without decision support.

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