Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apisports_basketball_standings

Read-onlyIdempotent

Retrieve basketball league standings for a given season. Specify league and season to get team positions, games played, wins, losses, points, and form.

Instructions

Basketball standings for a league and season.

Returns: {response:[[{position, team, league, group:{name}, games:{played, win:{total, percentage}, lose:{…}}, points:{for, against}, form}]]} — SHAPE FROM VENDOR DOCS. Double-nested like football's.

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 league table {"league": 12, "season": "2023-2024"}

Auth: needs your own key in API_SPORTS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamNoOne team's row.
leagueYesLeague id.
seasonYesSeason span, e.g. '2023-2024'.
Behavior4/5

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

Adds a caveat that the return shape is from vendor docs and unverified, plus notes the auth requirement. Since annotations already declare read-only and idempotent hints, this description builds on them by adding a critical data-quality warning without contradicting the annotations.

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 moderately sized and front-loaded with the main purpose. The example, caveat, and auth note each serve a purpose, though the return shape snippet adds some verbosity.

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?

For a simple read-only standings tool, the description covers purpose, parameters, auth, and return shape with a caveat. It does not document pagination or precise response behavior, but the annotations and simple nature make this adequate.

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 descriptions cover all three parameters (team, league, season) with types and examples. The description provides a concrete example of league and season values but adds little semantic value beyond what the schema already offers.

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?

Describes the tool as returning basketball standings for a league and season, which is a specific verb+resource. The basketball scope clearly distinguishes it from other standings tools, and the return shape example further clarifies its function.

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?

No explicit guidance on when to choose this over sibling standings tools like balldontlie_nba_standings or apisports_football_standings. The description implies usage for basketball data from API-Sports but lacks exclusions or alternative recommendations.

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