Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pointsbet_racing_srm

Read-onlyIdempotent

Retrieve Same Race Multi (SRM) market details for a race by race ID, including availability, display name, availability time, and current legs/prices when open.

Instructions

Same Race Multi (SRM) market for one race (availability + legs/prices when open).

Returns: {marketType, displayName, isAvailable, availabilityTimeUtc, legs:[]}

Auth: none needed.

Also answers this: entain_graphql_call, sportsbet_racing_popular_srms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raceIdYesRace id. Required — part of the URL path.
Behavior4/5

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

Annotations already cover readOnly, openWorld, and idempotent. The description adds valuable context: returns availability only when open ('availability + legs/prices when open'), shows the return fields, and notes 'Auth: none needed.' This goes beyond the annotations and adds operational detail without contradiction.

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 concise and well-structured: a one-sentence purpose, a return format line, an auth line, and an alternatives line. All sentences earn their place and critical information is front-loaded. No redundancy or filler.

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?

Despite the absence of an output schema, the description lists the return fields and explains the conditional availability. It covers auth, scope, and sibling relationships. For a simple one-parameter read-only tool, this is complete enough for an agent to invoke correctly.

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 schema description covers the only parameter (raceId) with 'Race id. Required — part of the URL path.' The tool description does not add extra meaning for the parameter beyond implying it's tied to the specific race. Given 100% schema coverage, the baseline 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 states the tool's purpose: 'Same Race Multi (SRM) market for one race (availability + legs/prices when open).' This uses a specific resource (SRM market) and scope (one race), and includes the return structure. It distinguishes itself from siblings like pointsbet_racing_races (multiple races) and sportsbet_racing_popular_srms by explicitly noting it's for a single race and mentioning it can answer for those siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: it's for one race and requires no auth. It also names alternative tools ('Also answers this: entain_graphql_call, sportsbet_racing_popular_srms'), which helps an agent consider substitution. However, it doesn't explicitly state when NOT to use it or direct to alternatives for multiple races, so it's not a perfect 5.

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