Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

balldontlie_nba_games

Read-onlyIdempotent

Retrieve NBA game results and schedules by date, season, or team, including scores and playoff status.

Instructions

NBA games by date, season or team.

Returns: {data:[{id, date, season, status, period, time, postseason, home_team_score, visitor_team_score, home_team:{…}, visitor_team:{…}}], meta:{next_cursor}} — SHAPE FROM VENDOR DOCS. Note the away side is visitor_team, not away_team.

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 date's games {"dates": ["2024-01-15"]}

Auth: needs your own key in BALLDONTLIE_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datesNoSpecific dates, YYYY-MM-DD.
cursorNoCursor from the previous page.
seasonsNoSeason START years — the 2023-24 season is 2023.
per_pageNoPage size (max 100).
team_idsNoTeam ids.
postseasonNotrue = playoffs only.
Behavior4/5

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

Annotations already state readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable context: the exact return shape, the pitfall that the away team is 'visitor_team' not 'away_team', a clear warning that the shape is unverified and should be inspected, and the need for an API key. This goes beyond the annotations and helps the agent avoid misinterpreting payloads.

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 structured into distinct sections (what it does, return shape, caveats, example, auth). Each sentence serves a purpose, and the necessary vendor-doc warnings are included without being overly verbose. Slightly longer than ideal, but the content justifies the length.

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?

Without an output schema, the description effectively provides the return shape and warns about its unverified nature. It also covers authentication and gives a usage example. However, it does not explain pagination behavior (e.g., how to use 'cursor' with 'meta.next_cursor') or whether filters can be combined, leaving some gaps for a complex data-retrieval tool.

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?

The schema covers 100% of parameters with descriptions, so the baseline is 3. The description adds a concrete example for the 'dates' parameter and clarifies the intended usage of 'season' and 'team' conceptually, enhancing the schema's factual descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'NBA games by date, season or team', identifying the resource (NBA games) and the main filter dimensions. It does not explicitly differentiate from sibling tools like apisports_basketball_games or sportsdataio_nba_games_by_date, but the provider-specific name and scope make it unambiguous enough.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives, nor any mention of when not to use it. The example shows a simple date query, which implies usage, but the description lacks any comparative direction among the many NBA games tools in the sibling list.

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