Skip to main content
Glama

horse-racing

Server Details

Horse Racing 2026 MCP — Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup. Meetings + venues.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 3 of 3 tools scored. Lowest: 3.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct resource: single meeting, list of meetings, and list of venues. No overlap in purpose.

Naming Consistency4/5

All tool names use a consistent 'get<Resource>' pattern with camelCase, though singular/plural usage varies (getMeeting vs getMeetings). Minor inconsistency.

Tool Count3/5

Three tools is borderline low for a domain as broad as horse racing, but the server appears focused on schedule/venue data, so it's not severe.

Completeness2/5

Lacks essential operations like listing races within a meeting, searching by date, or retrieving results. The stated purpose is 'horse racing,' but the toolset is minimal.

Available Tools

3 tools
whensport_hr_getMeetingGet a single horse racing meeting by slugA
Read-only
Inspect

Get a single horse racing meeting by slug (e.g. royal-ascot-2026, kentucky-derby-2026, melbourne-cup-2026). Returns keyDates with race times. Note: result/winner on completed meetings may be null pending data backfill — consult primary turf authorities for confirmed results.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
Behavior5/5

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

Beyond annotations (readOnlyHint), discloses that results for completed meetings may have null values pending backfill and advises consulting authorities. No contradiction with annotations.

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?

Two sentences: first states purpose with examples, second adds critical caveat. Every sentence is valuable and concise.

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 no output schema, describes return fields (keyDates, race times) and caveat. Lacks error handling details but adequate for simple lookup.

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?

With 0% schema coverage, the description compensates by explaining slug parameter via concrete examples, adding meaning 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 it gets a single meeting by slug and lists example slugs, distinguishing it from sibling tools getMeetings (likely list) and getVenues (different resource).

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?

Provides example slugs and describes return content, but does not explicitly compare to siblings or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

whensport_hr_getMeetingsGet the horse racing meeting calendarA
Read-only
Inspect

Get the horse racing meeting calendar (Cheltenham, Royal Ascot, Kentucky Derby, Melbourne Cup, etc.). Each meeting returns a top-level startDate/endDate derived from keyDates and a derived status. Note: this MCP is schedule-focused; winners/results on completed meetings may be null pending ingestion — consult bha.org.uk / racingpost.com / equibase.com for confirmed results.

ParametersJSON Schema
NameRequiredDescriptionDefault
upcomingOnlyNo
Behavior4/5

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

Annotations indicate readOnlyHint=true, and the description adds context about derived fields (status) and potential null winners due to ingestion delays, which goes beyond the annotations 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?

Two concise sentences with key information front-loaded (purpose and examples). The second sentence is somewhat verbose but still focused and valuable.

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?

Given a simple single-parameter tool with no output schema, the description covers purpose, scope, and limitations, but the lack of parameter explanation leaves a gap in completeness.

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

Parameters2/5

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

The only parameter 'upcomingOnly' is fully documented in the schema but not described in the text. With 0% schema description coverage, the description should explain the parameter's effect on results, which it does not.

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 title and description clearly identify the tool as retrieving a horse racing meeting calendar, with specific examples (Cheltenham, Royal Ascot) and a clear distinction from siblings by emphasizing schedule focus and noting that results may be null.

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 implicitly guides when to use this tool (for schedule data) and when not to (for results, directing to external sources), but lacks explicit when-to-use vs alternatives and does not mention the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

whensport_hr_getVenuesGet the horse racing venue listA
Read-only
Inspect

Get the horse racing venue list (racecourses). Surface (turf/dirt/all-weather) varies by card and is reported per-meeting, not per-venue.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior5/5

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

The description adds valuable behavioral information beyond annotations: it clarifies that surface type is not included at the venue level but reported per-meeting, which prevents misinterpretation.

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?

Two sentences efficiently convey purpose and a key behavioral nuance without any wasted words.

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?

For a tool with no parameters and no output schema, the description provides sufficient context about what is returned and what is not, meeting completeness needs.

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?

No parameters exist, so the description does not need to elaborate. The baseline of 4 is appropriate as it adds no unnecessary detail.

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 gets a list of horse racing venues (racecourses), which distinguishes it from sibling tools that deal with meetings.

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 implicitly indicates usage for obtaining venue lists but does not explicitly mention alternatives like getMeeting or getMeetings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources