Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mlb_schedule_postseason_tunein

Access MLB postseason broadcast tune-in data, including game times and TV/radio channels for playoff games.

Instructions

Postseason broadcast 'tune-in' info (where/when to watch playoff games).

Returns: {dates:[{games:[{gamePk, broadcasts:[...]}]}]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNo
sportIdNo
Behavior3/5

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

The description discloses the return structure (dates with games containing gamePk and broadcasts), which is helpful. However, no annotations are provided, and the description does not address behavioral aspects like idempotency, side effects, or required permissions. It does not contradict any annotations as none exist.

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 concise at two sentences, with the main purpose stated first. The return format is given in a compact pseudo-code style. It is well-structured and front-loaded.

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

Completeness2/5

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

With no annotations, no output schema, and undocumented parameters, the description is incomplete. It lacks details on parameter usage, any limitations (e.g., default season handling), and does not specify if the data is up-to-date or historical. The return format description is helpful but insufficient for full contextual understanding.

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

Parameters1/5

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

The input schema has 2 parameters (season, sportId) with 0% schema description coverage. The description does not explain these parameters at all, leaving the agent to infer their meaning from context or naming. This is a significant gap.

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 'Postseason broadcast tune-in info' specifying where and when to watch playoff games. It distinguishes from siblings like mlb_schedule_postseason (which likely gives general schedule) by focusing on broadcast details.

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 description implies usage for postseason broadcast information but does not explicitly state when to use this tool versus alternatives like mlb_schedule_postseason or mlb_schedule. No exclusions or prerequisites are mentioned.

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