Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

entain_sport_event_card

Read-onlyIdempotent

Get every market, selection, and price for one sport event by providing its UUID. Returns structured odds data for that event.

Instructions

Complete event card — every market, selection and price for one sport event.

Returns: {entrants:{}, events:{}, markets:{}, prices:{}, regions:{}, market_type_groups:{}}

Example: One NBA event card {"id": "339e26d0-72a8-49bc-a85f-a2d02c0a1a70"}

Auth: works without a key; ENTAIN_REFRESH_TOKEN unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSport event UUID (bare, no type prefix).

Schema Changelog

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

  1. Changed1 schema field changedv0.24.0
    • addedInput schema / properties / id / description
      Added value: +"Sport event UUID (bare, no type prefix)."
  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 convey read-only, idempotent, and open-world behavior. The description adds useful context beyond that by documenting the return shape and the auth requirement: no key is required, and ENTAIN_REFRESH_TOKEN provides additional access. 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?

The description is compact, front-loaded with the core purpose, and structured into Returns, Example, and Auth sections. Every sentence contributes practical information with no filler.

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?

With only one required parameter, clear annotations, and no output schema, the description is sufficiently complete. It documents the return object shape, gives a concrete example, and explains auth behavior, which is enough for an agent to invoke this tool correctly.

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?

Schema coverage is 100%, and the schema already documents the id parameter as a bare sport event UUID. The NBA example reinforces the expected input format but does not add substantial semantic meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a complete event card with every market, selection, and price for one sport event. It defines a specific resource and scope, but it does not explicitly name or distinguish sibling tools such as entain_sport_event_request or entain_event_market_rules.

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 'complete event card' implies the tool is for fetching the full set of markets, selections, and prices for a single event. However, there is no explicit when-to-use guidance, no alternatives mentioned, and no exclusions to help an agent choose between this and closely related Entain tools.

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