Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

nbl_next_matches

Retrieve upcoming NBL matches for a specified season year. Returns match IDs, start times, round, and team details.

Instructions

Upcoming matches across all NBL teams for a season (empty in the deep off-season). For the full fixture incl. completed games use nbl_schedule.

Returns: {type, count, data:[{id, start_time, round, home_team, away_team}]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the return format (type, count, data with fields) and that results may be empty in off-season. However, it does not explicitly state that the operation is read-only/idempotent or discuss side effects, rate limits, or authentication requirements.

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 highly concise: two sentences plus a return format specification. Every sentence adds value without redundancy. The structure front-loads the core purpose and then provides the alternative tool and return details.

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?

Given the tool's simplicity (one param, no nested objects, no output schema), the description is fairly complete. It specifies the return structure and references the sibling nbl_schedule for full fixtures. The off-season emptiness note adds context. Minor gap: does not explain the year parameter's range or default.

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 description coverage is 0%, so the description must compensate. It implies the parameter 'year' represents the season (e.g., 'for a season'), which adds minimal meaning beyond the schema's integer type. No format example or default value is provided, but the single required parameter is straightforward.

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 upcoming matches across all NBL teams for a season, with a specific verb ('get' implied) and resource ('upcoming matches'). It explicitly distinguishes from the sibling nbl_schedule by noting it excludes completed games.

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 provides clear context: use this tool for upcoming matches only, and use nbl_schedule for the full fixture including completed games. It also warns that the result may be empty in deep off-season, which helps the agent avoid confusion. However, it does not mention any prerequisites or other conditions.

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