Skip to main content
Glama

conflict_eligible_cards

Retrieve eligible card groups for a given username, with full counted quantities and optional UID sample limits per group.

Instructions

Read eligible card groups for an explicit username. max_group_size=1 or 2 limited the UID sample inside each group, while qty and total_cards retained the full counted quantities. Do not equate returned UID count with all eligible cards. Each group remains intact and groups are locally bounded. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. The groups list are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
max_group_sizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

A3.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers richly: it discloses max_group_size sampling behavior, warns against equating UID counts with eligible cards, explains local bounding, single GET request behavior, forwarding of filters, 100-row/256 KiB limits, truncation reporting, and refusal of oversized records. This exceeds the minimum and gives an agent realistic expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear purpose sentence, but then becomes dense with multiple caveats and technical limitations. It is not wasteful, but it is verbose and may overwhelm an agent scanning quickly. The structure is logical (purpose → behavioral details) but 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?

For a read tool with no annotations and no output schema, the description covers many critical aspects: request semantics, pagination, size limits, error handling, and filter behavior. It hints at output fields (qty, total_cards) but does not fully describe the response structure. Given the complexity, it is quite complete but lacks explicit output format details.

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?

Given 0% schema description coverage, the description compensates by explaining max_group_size's effect ('1 or 2 limited the UID sample') and clarifies the username is explicit. It also mentions 'Other declared filters' forwarded as supplied, though the schema only has two properties. This adds value beyond the schema, though it could be more explicit about value ranges.

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 states a specific verb ('Read') and resource ('eligible card groups') for an explicit username, which is distinct enough from siblings like conflict_players or conflict_leaderboard. However, it does not explicitly name a sibling or contrast its scope, so it misses a point for direct differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It only implies usage for a username but does not mention conditions, exclusions, or superior alternatives. An agent cannot tell whether this is the right tool for a given query beyond the obvious resource match.

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

Deploy Server

Other Tools