Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

espnfantasy_boxscore

Read-onlyIdempotent

Review weekly fantasy matchups with full box scores: see both lineups, actual and projected points per player, and settle start/sit debates.

Instructions

Week box scores — each matchup with both lineups, per-player actual and projected points. The start/sit post-mortem view.

Returns: {schedule:[{matchupPeriodId, home:{teamId, totalPoints, tiebreak, pointsByScoringPeriod, rosterForCurrentScoringPeriod:{entries:[{playerId, lineupSlotId, playerPoolEntry:{player:{fullName, stats:[{appliedTotal, appliedAverage, statSourceId, statSplitTypeId}]}}}]}}, away:{…}}]}

Example: Week-3 box scores {"game": "ffl", "seasonId": 2018, "leagueId": 1234, "scoringPeriodId": 3}

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameNoFantasy game code. One of: ffl, flb, fba, fhl, wfba.ffl
viewNomBoxscore carries the lineups; mMatchupScore adds the head-to-head totals.
leagueIdYesLeague id. Required — part of the URL path.
seasonIdYesSeason year (>= 2018). Required — part of the URL path.
scoringPeriodIdYesThe week / scoring period to score. REQUIRED — omitting it yields season totals with no lineup detail.
Behavior5/5

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

The description adds significant behavioral context beyond the annotations: it explains auth requirements ('works without a key; ESPN_FANTASY_COOKIE unlocks more'), provides the full return structure (important since there is no output schema), and warns that omitting scoringPeriodId yields season totals. This goes well beyond the readOnlyHint annotation.

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 well-structured and front-loaded: a clear purpose sentence, followed by a compact return type, an example, and an auth note. Every section earns its place, with no redundancy. The return type is dense but necessary given the lack of an output schema.

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?

For a tool with no output schema and moderately complex parameters, the description covers all essential gaps: return shape, example invocation, auth behavior, and the critical requirement for scoringPeriodId. Annotations handle safety and idempotency, and the schema covers parameter details. The description is complete enough for an agent to use the tool correctly.

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 adds a concrete example showing how the parameters map together (game, seasonId, leagueId, scoringPeriodId) and implicitly uses the default view. While it doesn't add new semantic explanations beyond the schema, the example helps agents understand typical usage and parameter relationships, justifying a score above baseline.

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 specifies what the tool does: 'Week box scores — each matchup with both lineups, per-player actual and projected points.' It also distinguishes from similar tools by calling it 'the start/sit post-mortem view,' which implies post-week analysis, differentiating it from live scoring or matchup summary tools. The return structure further clarifies the scope.

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 gives clear context for when to use the tool: 'Week box scores' and 'post-mortem' indicate it is for after-the-fact review, and an example for Week 3 is provided. However, it does not explicitly mention when not to use it or name alternative tools (like live_scoring or matchup_score), so it falls short of a 5.

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