Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pandascore_tournaments

Read-onlyIdempotent

Retrieve upcoming, running, or past esports tournaments, with optional filtering by game title. Get details like prizepool, tier, league, and teams.

Instructions

Tournaments — upcoming, running or past — optionally for one title.

Returns: [{id, name, slug, begin_at, end_at, prizepool, tier, league:{id, name}, serie:{id, full_name}, videogame, teams:[…]}] — 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: LoL tournaments {"filter_videogame": "lol"}

Auth: needs your own key in PANDASCORE_TOKEN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number.
per_pageNoPage size (max 100).
filter_videogameNoTitle slug.
Behavior4/5

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

Annotations already indicate read-only, open-world, and idempotent behavior. The description adds valuable context beyond this: the return shape is from vendor docs and unverified, advises inspecting actual payloads, and specifies the auth requirement (PANDASCORE_TOKEN). This is useful behavioral caveat 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 well-structured: purpose, return shape, reliability caveat, example, and auth. It is longer than minimal but every sentence adds value, and the caveat about unverified shape is important. The main purpose is front-loaded, though the format could be tightened.

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?

With no output schema, the description provides a detailed return shape, which is essential. It also includes an example, auth requirement, and an explicit warning about data reliability. Missing is any guidance on when to use this tool instead of sibling Pandascore endpoints, but the core functional context is present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters (page, per_page, filter_videogame) already have descriptions. The description adds a concrete example ({"filter_videogame": "lol"}) and clarifies that filter_videogame is a title slug, reinforcing the optional one-title filter. This goes slightly beyond schema alone.

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 identifies the tool as returning tournaments (upcoming, running, past) with optional filtering by title, which distinguishes it from sibling Pandascore tools like matches, series, and leagues. The verb is implied rather than explicit ('Tournaments' as a noun phrase), but the resource and scope are specific.

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?

The description implies usage through the phrase 'optionally for one title,' which maps to the filter_videogame parameter. However, it does not explicitly state when to use this tool over alternatives like pandascore_matches or pandascore_series, nor does it mention any exclusions or prerequisites beyond an auth key.

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