Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mlb_boxscore

Read-onlyIdempotent

Fetches a complete box score: each player's batting and pitching lines for both teams, team totals, officials, and top performers. Pass a timecode to retrieve a historical snapshot.

Instructions

Full game boxscore — both teams' batting + pitching lines per player, team totals, officials and top performers.

Returns: {teams:{away:{team, teamStats, players:{ID#:{stats:{batting,pitching}, position}}}, home:{...}}, officials, topPerformers}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gamePkYesGame id (from mlb_schedule). Required — part of the URL path.
timecodeNoPoint-in-time snapshot (YYYYMMDD_HHMMSS).
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the behavioral safety profile is covered. The description adds meaningful context: a detailed return structure and an explicit 'Auth: none needed' note, which goes beyond what annotations alone provide. 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 and front-loaded with the core purpose in the first sentence. The Returns block is structured and informative, and the Auth line is a single useful addition. Every sentence earns its place, with no fluff or repetition of the name.

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 read-only, idempotent boxscore tool with only two parameters, the description is sufficiently complete. The absence of an output schema is compensated by the inline Returns structure, and the auth/parameter requirements are clearly stated. It doesn't cover edge cases like invalid gamePk, but that's not required at this level of detail.

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 description coverage is 100%, so the schema already documents both gamePk and timecode. The description does not add new parameter semantics beyond the schema, though it references mlb_schedule for gamePk which is also in the schema. Baseline 3 is appropriate when the schema carries the parameter documentation burden.

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 returns a 'Full game boxscore' with specific details (batting/pitching lines, team totals, officials, top performers). This makes it distinct from lighter-weight siblings like mlb_linescore and is a specific verb+resource construction.

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 when to use (when a complete boxscore is needed), and references gamePk from mlb_schedule as a prerequisite, but it does not explicitly contrast with alternatives like mlb_linescore or mlb_live_feed. No exclusions or alternative tool names are provided, so the agent must infer usage from context.

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