Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

entain_video_channels

Read-onlyIdempotent

Fetches racing live-video HLS .m3u8 URLs for channels, including IDs and names. Tokens expire within minutes, so verify URLs before playback.

Instructions

Racing live-video channels (HLS .m3u8 URLs; verify token expires within minutes).

Returns: {channels:[{id, name, url}]}

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 declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds genuinely useful behavioral context beyond the annotations: HLS .m3u8 URL format, short-lived token requiring verification, no auth needed, and the exact return shape.

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 tight and front-loaded: the first sentence delivers the core purpose and format, followed by a compact return-shape line and an auth line. Every sentence earns its place with no filler.

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 no-parameter, no-output-schema tool, the description is nearly complete: it provides the return structure, the URL format, the critical token-expiry caveat, and auth status. The only minor gap is that it doesn't describe any filtering or scoping options, but with zero params that's not a significant omission.

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?

There are zero parameters and 100% schema coverage, so the baseline is 4 per the rubric. The description appropriately focuses on return semantics (channel id, name, url) instead of parameters, which is all that's needed.

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 this tool returns racing live-video channels in HLS .m3u8 format, with an explicit return shape of {channels:[{id, name, url}]}. The 'Racing' qualifier distinguishes it from other live-video tools like afl_live_video, though it doesn't explicitly name alternative 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?

No guidance is provided on when to use this tool versus the many sibling video/broadcast tools (e.g., afl_live_video, betfair_scores_broadcast, pointsbet_inplay_streaming). The token-expiry warning is an operational caveat but does not help with tool selection.

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