Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pointsbet_racing_form

Read-onlyIdempotent

Get a detailed race form guide with tips, predicted order, and per-runner history.

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.

Also answers this: betr_race_form, tab_racing_race_form.

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.

Schema Changelog

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

  1. Changed5 schema fields changedv0.24.0
    • addedInput schema / properties / country / description
      Added value: +"Country slug, e.g. \"aus\". Required — part of the URL path."
    • addedInput schema / properties / date / description
      Added value: +"Date + session token, \"YYYY-MM-DD-am\" or \"-pm\" (e.g. 2026-06-03-am). Required — part of the URL path."
    • addedInput schema / properties / meetingNumber / description
      Added value: +"Meeting sequence number for that venue/day (usually 1). Required — part of the URL path."
    • addedInput schema / properties / raceNumber / description
      Added value: +"Zero-padded race number, e.g. \"01\". Required — part of the URL path."
    • addedInput schema / properties / venue / description
      Added value: +"Venue slug, e.g. \"sandown\". Required — part of the URL path."
  2. Addedv0.1.1

TDQS

A3.9/5.0
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 context: it states the return structure, that no auth is needed, and that it also fulfills two sibling tools. These are behavioral details not present in annotations, enhancing transparency 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is succinct and well-structured: it leads with purpose, then return format, example, auth, and alternative tools. Each line earns its place. The example and alternative note are valuable, though slightly longer than strictly necessary, but nothing is wasted.

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 5 required parameters and no output schema, the description includes a return skeleton and an example, which helps an agent form correct calls. It also notes auth and alternative tools. It doesn't cover edge cases like invalid race numbers or date formats beyond the example, but it is largely complete for a read-only tool with annotations covering safety.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with each parameter described as 'Required — part of the URL path.' The description goes beyond by providing a concrete example (e.g., date format '<today>-am', meetingNumber as integer, raceNumber zero-padded), clarifying the expected format and usage. This adds meaning beyond the schema's terse descriptions.

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 it provides 'a detailed form guide for one race: tips, predicted order and per-runner history.' It names a specific resource (form guide) and the scope (one race). It also distinguishes itself from siblings by explicitly noting it 'also answers' betr_race_form and tab_racing_race_form, so an agent can tell it apart from related tools.

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 mentions it also answers betr_race_form and tab_racing_race_form, but does not provide explicit when-to-use vs. alternatives or exclusions. It doesn't say 'use this when you need form for a specific race across these brands' or differentiate from other pointsbet_racing_* tools. Guidance is vague and left to inference.

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