Skip to main content
Glama

get_season_top_cards

Retrieves the players with the highest yellow and red card counts in a tournament. [CRITICAL]: Requires a valid seasonId obtained from getConfigTreeMini.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamIdYesThe unique numeric ID.
seasonIdYesThe unique numeric ID.

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It explicitly discloses a critical dependency on a valid seasonId from getConfigTreeMini and implies a read-only operation through 'retrieves'. While it lacks details on pagination, sorting, or error behavior, the dependency warning adds meaningful behavioral context.

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 a single sentence with a clearly marked critical warning. It is concise, front-loaded, and contains no fluff, making it easy for an agent to quickly parse the core purpose and essential prerequisite.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the purpose and a key prerequisite, but lacks details about the return format, whether results are per-team or overall, and any limits on the number of players. Since there is no output schema, some additional context would be valuable, but the tool is relatively simple and the description is 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 coverage is 100%, but both parameter descriptions are generic ('The unique numeric ID'). The description adds semantic meaning only for seasonId by linking it to getConfigTreeMini, while teamId remains vague. This is a marginal improvement over the generic schema descriptions.

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's function: retrieving players with the highest yellow and red card counts. This specific verb+resource distinguishes it from sibling tools like get_season_top_goals and get_season_top_assists.

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 includes a critical prerequisite (requires valid seasonId from getConfigTreeMini), which is a useful usage hint. However, it does not provide guidance on when to use this tool versus alternatives, nor does it mention any exclusions or conditions that would make it inappropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (e.g., timelines vs stats vs lineups), but there are several closely related match-stat and season-fixture tools that could be confused, such as get_match_stats vs get_detailed_match_stats vs get_match_details_extended.

Naming Consistency4/5

All tools use a consistent get_ prefix and snake_case, but naming conventions vary in structure (e.g., get_season_fixtures2 vs get_livescore_season_fixtures) and one tool includes an arbitrary number suffix ('fixtures2'), which is a minor deviation.

Tool Count2/5

With 41 tools, the server is significantly overscoped for typical MCP use. Although the soccer domain is broad, the sheer number of highly granular tools makes it heavy and harder to navigate.

Completeness4/5

The tool set covers nearly every aspect of soccer data: fixtures, live scores, match details, standings, top scorers, injuries, referees, team streaks, and more. Minor gaps exist, such as no direct team search or player match performance, but the surface is otherwise comprehensive.

Resources