Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

sportsbet_racing_best_bets

Read-onlyIdempotent

Retrieve editorially selected best bets for racing events, including selection names and win prices.

Instructions

Editorially-selected best bets across racing.

Returns: {bestBets:[{eventId, selectionName, price:{winPrice}}]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, and idempotentHint, covering the safety profile. The description adds value by disclosing the return structure ('Returns: {bestBets:...}') and authentication requirement ('Auth: none needed'), both beyond what annotations convey. No contradictions 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?

The description is highly concise and well-structured, with a brief purpose statement followed by 'Returns:' and 'Auth:' sections. Every sentence contributes meaningful information without redundancy, and the format is scannable.

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?

For a zero-parameter, no-output-schema tool with strong annotations, the description adequately covers purpose, return format, and authentication. It could potentially specify whether the best bets apply to current or upcoming races, but given the simplicity of the tool, the provided context is reasonably complete.

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?

The tool has zero parameters, and schema description coverage is 100% (empty schema). According to the rubric, the baseline is 4. The description adds no parameter-specific semantics but is not required to, given the absence of parameters.

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 provides 'Editorially-selected best bets across racing', identifying both the resource (best bets) and scope (racing). It distinguishes from sibling tools like sportsbet_racing_best_bets_with_events by focusing on the simple best bets list without event details.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention that it should be used for editorial picks, nor does it point to other tools for more detailed event information or filtering. Only the tool's essence is stated, with no contextual comparison to siblings.

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