Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

espn_game_summary

Read-onlyIdempotent

Retrieve a complete game summary including box score, scoring plays, play-by-play drives, leaders, win probability, and odds for any ESPN game by event ID.

Instructions

Full summary for one game: box score, scoring plays, drives/play-by-play, leaders, win-probability and odds. event is an id from espn_scoreboard. No example here on purpose — it needs a live event id, so the doctor probes espn_scoreboard instead.

Returns: {boxscore:{teams, players}, plays:[...], scoringPlays:[...], leaders:[...], winprobability:[...]}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventYesEvent/game id from espn_scoreboard, e.g. 401547439.
sportYesSport slug, e.g. football, basketball. Required — part of the URL path.
leagueYesLeague slug, e.g. nfl, nba. Required — part of the URL path.
Behavior4/5

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

Annotations already indicate readOnly/openWorld/idempotent hints, so the description adds value by describing the dependency on a live event id and the shape of the returned data. It also states 'Auth: none needed,' which is useful behavioral context beyond annotations. No contradictions.

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 well-structured: purpose first, then dependency explanation, return format, and auth note. Every sentence earns its place, with no fluff or redundancy.

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 read-only summary tool with good annotations and full schema coverage, the description is complete. It explains the dependency on espn_scoreboard, outlines the return structure, and notes auth requirements, sufficing despite lacking an explicit output schema.

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 coverage is 100% and each parameter already has a clear description. The description adds the note that `event` comes from espn_scoreboard, which slightly reinforces the schema, but overall it largely repeats what the schema already provides.

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 'Full summary for one game' and enumerates specific components (box score, scoring plays, drives/play-by-play, leaders, win-probability and odds). This distinguishes it from sibling tools like espn_scoreboard, which lists games rather than providing detailed summaries.

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 explicitly instructs that `event` is an id from espn_scoreboard and explains why no example is provided ('it needs a live event id, so the doctor probes espn_scoreboard instead'). This gives clear usage context and points to the prerequisite tool, though it doesn't explicitly state when not to use alternatives.

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