Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

mysportsfeeds_boxscore

Read-onlyIdempotent

Fetch a full box score for one game, including scoring, team stats, and player stats. Supply league, season, and game ID (e.g., 20240115-LAL-BOS) to get the data.

Instructions

Full box score for one game, team and player level.

Returns: {game:{…}, scoring:{…}, stats:{away:{teamStats:[…], players:[{player:{id, firstName, lastName, position}, playerStats:[…]}]}, home:{…}}} — SHAPE FROM VENDOR DOCS. The game id may be given as '20240115-LAL-BOS', which is often easier than looking one up.

NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.

Example: One game's box score {"league": "nba", "season": "current", "game": "20240115-LAL-BOS"}

Auth: needs your own key in MYSPORTSFEEDS_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame id, or the date-team form '20240115-LAL-BOS'. Required — part of the URL path.
leagueYesLeague. One of: nfl, nba, mlb, nhl. Required — part of the URL path.
seasonYesSeason string. Required — part of the URL path.
playerstatsNoRestrict to named stat groups.
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, so safety is covered. The description adds valuable behavioral context: the return shape is from vendor docs and unverified, the agent should inspect the actual payload, and the tool requires an API key in MYSPORTSFEEDS_API_KEY. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections: purpose, return shape, caveat, example, and auth. It is slightly long due to the detailed return shape, but every section carries necessary information, and the main purpose is front-loaded.

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?

Given there is no output schema, the description provides a detailed return shape approximation, a usage example, auth requirements, and a critical caveat about the unverified payload. It doesn't cover season format details or playerstats value options, but those are partially in the schema, and the overall picture is solid.

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?

Schema coverage is 100%, so the baseline is 3. The description goes beyond the schema by explaining the convenient game id form '20240115-LAL-BOS' and including a full example mapping league, season, and game. It doesn't add detail for playerstats, but the schema already describes it.

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 opening line 'Full box score for one game, team and player level' is a specific verb+resource+scope. It clearly distinguishes this tool from sibling tools like mysportsfeeds_games, mysportsfeeds_player_gamelogs, and other league-specific boxscore tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly states the tool is for a single game's box score and provides a concrete usage example. It gives guidance on the game id format (date-team string), but doesn't explicitly name alternatives or exclusions relative to sibling 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