Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

espn_scoreboard

Read-onlyIdempotent

Retrieve scores, game status, and event IDs for a league on a given date. Provide sport and league slugs to get today's games and identify IDs for event summaries.

Instructions

Scoreboard for one league: today's (or a given date's) games with status, clock, live scores and event ids. The fastest way to get the event ids that espn_game_summary / espn_core_call (event_*) need. sport+league are slugs, e.g. football/nfl, basketball/nba, soccer/eng.1.

Returns: {leagues:[...], events:[{id, name, status, competitions:[{competitors:[{team, score}]}]}]}

Example: Today's NFL scoreboard. {"sport": "football", "league": "nfl"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekNoWeek number (NFL/college football).
datesNoDate filter YYYYMMDD (or a range YYYYMMDD-YYYYMMDD); omit for today.
sportYesSport slug, e.g. football, basketball, baseball, hockey, soccer. Required — part of the URL path.
leagueYesLeague slug, e.g. nfl, nba, mlb, nhl, eng.1. Required — part of the URL path.
seasontypeNoSeason phase: 1=pre, 2=regular, 3=post, 4=off.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changedv0.24.0
    • addedInput schema / properties / dates / description
      Added value: +"Date filter YYYYMMDD (or a range YYYYMMDD-YYYYMMDD); omit for today."
    • addedInput schema / properties / league / description
      Added value: +"League slug, e.g. nfl, nba, mlb, nhl, eng.1. Required — part of the URL path."
    • addedInput schema / properties / seasontype / description
      Added value: +"Season phase: 1=pre, 2=regular, 3=post, 4=off."
    • addedInput schema / properties / sport / description
      Added value: +"Sport slug, e.g. football, basketball, baseball, hockey, soccer. Required — part of the URL path."
    • addedInput schema / properties / week / description
      Added value: +"Week number (NFL/college football)."
  2. Addedv0.1.1

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the tool is known to be safe and non-mutating. The description adds valuable behavioral context beyond annotations: the return structure, that no auth is needed, and that it can operate on today's or a specified date. No contradictions found.

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 succinct and well-structured: a one-sentence purpose, a return shape, a short example, and an auth note. Every part earns its place, and it avoids unnecessary fluff.

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?

Even though there is no output schema, the description explicitly states the return structure and gives an example. It also mentions the key input parameters and their slug format. For a relatively simple scoreboard tool, this is sufficiently complete for an agent to call it 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 description coverage is 100%, so the baseline is 3. The description enhances parameter understanding by explaining that sport and league are slugs (with examples like football/nfl) and provides a concrete usage example. This adds useful clarity without overdoing 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 description clearly states the tool returns a scoreboard for one league with status, clock, score, and event IDs. It also distinguishes itself from siblings by noting it is the fastest way to get event IDs needed by espn_game_summary / espn_core_call, making it specifically actionable.

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

Usage Guidelines5/5

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

It provides explicit guidance on when to use this tool: to get event IDs for a league, especially before calling espn_game_summary or espn_core_call. It also clarifies the slug format for sport and league and includes an example, which helps an agent decide when this is appropriate.

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