Skip to main content
Glama
qtexuk

racing-alpha-mcp

get_race_signals

Retrieve derived signals for one horse race: per-runner AI scores, fair prices, value vs fair, draw-bias verdict, and model pick.

Instructions

Racing Alpha's derived signals for one race: per-runner AI score (0-100), de-overrounded fair price, value vs fair, plus race-level draw-bias verdict and the frozen model pick if the race made the public card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
race_idYesRace id from get_today_races, e.g. rac_32294027584
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It discloses the 'frozen model pick' and the conditional 'if the race made the public card', hinting at statefulness. However, it does not explain caching, error handling, or prerequisites, leaving some transparency gaps.

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 a single sentence that front-loads the core purpose and enumerates all key outputs. It is efficient, though slightly dense with specialized terms like 'de-overrounded', which is acceptable for the domain.

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

Completeness3/5

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

With no output schema, the description lists the available signals, which compensates reasonably. It falls short of describing the response structure or edge cases (e.g., invalid race_id, race not on the public card), leaving some completeness gaps.

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 covers the single 'race_id' parameter with a clear description and example. The tool description adds no additional parameter semantics, so the baseline score of 3 applies.

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 identifies the tool as returning derived signals for a single race, listing specific outputs like AI score, fair price, and value. It distinguishes this from sibling tools like get_today_races (list) and get_draw_bias (race-level verdict).

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 phrase 'for one race' implies usage for specific race analysis, but there is no explicit guidance on when to choose this over get_draw_bias or get_combo_stats. No alternatives or exclusions are mentioned, leaving usage to implication.

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/qtexuk/racing-alpha-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server