Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apisports_nfl_games

Read-onlyIdempotent

Retrieve NFL/NCAA game schedules, scores, and details by date, season, or team to support sports analytics.

Instructions

American-football games (NFL, NCAA) by date, season or team.

Returns: {response:[{game:{id, stage, week, date:{date, time, timezone}, status}, league, teams, scores:{home:{quarter_1,…, total}, away:{…}}}]} — SHAPE FROM VENDOR DOCS. NOTE this host wraps the identity under game, unlike the basketball and hockey hosts.

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: A week of NFL {"league": 1, "season": 2023}

Auth: needs your own key in API_SPORTS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoYYYY-MM-DD.
teamNoTeam id.
leagueNoLeague id (1 = NFL, 2 = NCAA).
seasonNoSeason year.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable context beyond that: the response shape is unverified from vendor docs and should be treated as approximate, the identity is wrapped under `game`, and an API key is required. This is a meaningful disclosure of uncertainty and prerequisites.

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 front-loaded with a clear one-line purpose, followed by a code-block response shape, relevant caveats, an example, and auth note. Each section earns its place; while somewhat long, it is well-structured and avoids redundancies.

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?

With no output schema, the description provides a detailed (though unverified) response shape, an example query, and explicit caveats plus auth requirements. It lacks pagination and error details, but the core information an agent needs to invoke and parse this tool is present.

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 parameter meanings are already documented. The description adds a concrete example ({"league": 1, "season": 2023}) demonstrating how to filter for a week of NFL games, which clarifies the use of league and season together beyond the basic field descriptions.

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 fetches American-football games (NFL, NCAA) by date, season, or team. The resource and verb are explicit, and it naturally distinguishes from soccer or basketball siblings by naming the sport and leagues.

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?

There is an implied usage context (NFL/NCAA games) and a helpful example query, but no explicit comparison to alternative NFL/NCAA data sources like balldontlie_nfl_games or sportsdataio_nfl_scores. The note about the basketball/hockey hosts only addresses response shape, not when to choose this tool.

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