Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apitennis_livescore

Read-onlyIdempotent

Get live tennis scores for in-progress matches. Retrieve detailed match info, scores, and serve status to stay updated on ongoing games.

Instructions

Matches in progress right now, with live scores.

Returns: {success:1, result:[{event_key, event_first_player, event_second_player, event_game_result, event_serve, event_status, scores:[…]}]} — SHAPE FROM VENDOR DOCS.

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: Live matches {"method": "get_livescore"}

Auth: needs your own key in API_TENNIS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoLeave as-is.get_livescore
event_type_keyNoRestrict to one event type.
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 caveats: the return shape is from vendor docs and unverified, and authentication requires the user's own API key. These go beyond the structured annotations and build trust.

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 well-structured with a brief purpose statement, return shape example, a necessary caveat, and auth note. Every sentence is purposeful, though slightly long due to the safety note. It earns a 4, not 5, due to the extra caveat 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?

For a tool with no output schema, the description compensates by providing an approximate return structure and explicitly warning it may be inaccurate. It also includes auth requirements and a usage example. This covers the core context without over-explaining.

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 100%, so the baseline is 3. The description adds an example showing the default method, but does not provide further meaning beyond the schema's 'Leave as-is' and 'Restrict to one event type' for the two parameters. No additional semantic depth.

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 the tool provides live scores for matches in progress, using the specific verb 'with live scores' and resource 'matches in progress right now'. It does not explicitly differentiate from sibling tools like apitennis_fixtures, but the phrase 'in progress right now' establishes the live-match scope.

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 implies usage when the agent needs current live scores for in-progress matches, giving clear context. It does not provide explicit exclusions or name alternatives, so it falls short of a full 5.

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