Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apisports_handball_games

Read-onlyIdempotent

Retrieve handball game schedules, scores, and periods by date, league, team, or season for competitions like EHF Champions League and Bundesliga.

Instructions

Handball games (EHF Champions League, Bundesliga, LNH and others) by date or league.

Returns: {response:[{id, date, time, status, league, teams, scores:{home, away}, periods:{first, second}}]} — SHAPE FROM VENDOR DOCS. Handball scores run to 25-35 per side; a value under 10 usually means the match is still in the first half, not a low-scoring game.

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 day's games {"date": ""}

Auth: needs your own key in API_SPORTS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoYYYY-MM-DD.
teamNoTeam id.
leagueNoLeague id.
seasonNoSeason year.
Behavior5/5

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

Annotations already cover read-only, open-world, and idempotent hints, but the description adds substantial context: a detailed return shape, score interpretation guidance (handball scores run 25-35 and under 10 usually indicates first half), an explicit warning that the shape is unverified from live responses, and an auth requirement. This goes well beyond what annotations provide and helps the agent set expectations.

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 well-structured and front-loaded: the first sentence states the core purpose, followed by essential return shape, practical notes, a concrete example, and auth info. Every sentence provides value—no filler or tautology.

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?

Without an output schema, the description takes on the burden of explaining return values and does so thoroughly with the response shape and field-level hints. It also covers score interpretation, unverified shape caveat, a usage example, and authentication. For a 4-parameter read-only sports data tool, this is complete and highly informative.

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 coverage is 100% with descriptions for all four parameters (date, team, league, season). The description only adds an example for 'date' and mentions 'by date or league', which doesn't meaningfully extend the schema's parameter documentation. Baseline 3 is appropriate when the schema handles parameter semantics.

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 provides handball games from specific leagues (EHF Champions League, Bundesliga, LNH and others) by date or league. It distinguishes itself from sibling sports game tools by naming the sport and leagues, and includes return shape details that remove ambiguity.

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 gives clear context on when to use it (for handball games, filtered by date or league) with a concrete example. However, it does not explicitly mention alternatives or exclusionary guidance (e.g., 'for football use apisports_football_fixtures'), so it doesn't fully meet the 'when-not/alternatives' bar.

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