Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pointsbet_racing_form

Read-onlyIdempotent

Get detailed form for a race, including tips, predicted finishing order, and per-runner history. Enter country, venue, meeting number, date, and race number to view expert analysis and runner performance.

Instructions

Detailed form guide for one race: tips, predicted order and per-runner history.

Returns: {RaceId, RaceNumber, RaceName, RacePreview:{PredictedOrder:[]}, RaceTips:[{Comment}]}

Example: Form for Sandown race 1 {"country": "aus", "venue": "sandown", "meetingNumber": 1, "date": "-am", "raceNumber": "01"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate + session token, "YYYY-MM-DD-am" or "-pm" (e.g. 2026-06-03-am). Required — part of the URL path.
venueYesVenue slug, e.g. "sandown". Required — part of the URL path.
countryYesCountry slug, e.g. "aus". Required — part of the URL path.
raceNumberYesZero-padded race number, e.g. "01". Required — part of the URL path.
meetingNumberYesMeeting sequence number for that venue/day (usually 1). Required — part of the URL path.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, and the description adds useful behavior beyond that: 'Auth: none needed' and the return structure. There is no contradiction with annotations. The added info is helpful and accurate.

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 compact and front-loaded: a one-sentence purpose, a return shape, an example, and an auth note. No fluff or redundant content; every sentence contributes useful 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?

Given there is no output schema, the description compensates by showing the return structure (RaceId, RaceNumber, RacePreview, RaceTips) and a full invocation example. This is sufficient for a simple read-only tool, though it omits potential error cases or richer response details.

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 input schema already documents all 5 parameters at 100% coverage. The description adds a concrete example with values like 'aus', 'sandown', '01', and '<today>-am', which helps illustrate the format and the date/session token pattern, but it does not add substantial semantics beyond 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 description clearly states a specific verb and resource: 'Detailed form guide for one race' with the key contents (tips, predicted order, per-runner history). This distinguishes it from sibling tools like pointsbet_racing_tips (tips only) and pointsbet_racing_race (race info), and is reinforced by the returned structure.

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 scope is clear: this tool is for a single race's form guide. However, it does not explicitly state when to use it over alternatives (e.g., pointsbet_racing_tips, pointsbet_racing_race) or provide exclusion criteria. Usage is implied rather than prescribed.

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