Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

apitennis_tournaments

Read-onlyIdempotent

Fetch tennis tournaments, optionally filtered by event type. Obtain tournament keys, names, and event types for comparing odds and stats across providers.

Instructions

Tournaments, optionally for one event type.

Returns: {success:1, result:[{tournament_key, tournament_name, event_type_key, event_type_type}]} — 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: All tournaments {"method": "get_tournaments"}

Auth: needs your own key in API_TENNIS_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoLeave as-is.get_tournaments
event_type_keyNoRestrict to one event type (from apitennis_events).
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses the auth requirement (API_TENNIS_KEY) and explicitly warns that the return shape is from vendor docs and unverified against a live response, advising the agent to inspect the actual payload. This is valuable behavioral context not present in 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 tight and front-loaded with the purpose, then includes return shape, caveat, example, and auth. The only minor inefficiency is the example duplicating the schema default, but overall every sentence adds value.

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?

The tool is a simple list operation with no output schema, so the description correctly provides the return shape and a caveat about data reliability. It covers auth and example usage. It doesn't explain field semantics, but those are straightforward from names, and the unverified shape warning is appropriately included.

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%, so baseline 3 applies. The description adds little beyond the schema: it restates the optional event type filter and shows an example with method 'get_tournaments'. The schema already documents both parameters adequately.

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 identifies the resource as 'Tournaments' and mentions the optional event type filter, making the purpose reasonably clear. However, it lacks a specific verb like 'list' or 'get' and does not differentiate from sibling tools such as wta_tournaments. The example method 'get_tournaments' clarifies intent but is not part of the core purpose statement.

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 a concrete example of fetching all tournaments and notes the optional event_type_key filter, with a cross-reference to apitennis_events in the schema. It does not explicitly state when not to use this tool or name alternatives, but the context is clear for a simple list operation.

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