Skip to main content
Glama
mopheadpersona

pokemon-tcg-mcp

Validate a decklist

check_deck

Validate a TCG Live export decklist to ensure 60 cards, copy limits, ACE SPEC rules, standard legality, and get a Cardmarket price estimate.

Instructions

Validate a TCG Live export decklist (lines like '4 Slowpoke PBL 29'): 60-card total, max 4 copies per name (basic energy exempt), max 1 ACE SPEC, standard legality per card, plus a cardmarket price estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decklistYesDecklist text in TCG Live export format
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does list the validation checks performed, which is useful. However, it omits what happens on validation failure (e.g., error vs. report), the return format, and any permissions or side-effect details. This leaves gaps in understanding the tool's behavior.

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 that front-loads the core purpose and then specifies all key validation rules. Every clause adds informative detail with no wasted words.

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 tool is simple (one parameter, no output schema) and the description covers purpose, input format, and validation rules. However, without an output schema, the description should explain what the tool returns (e.g., validation report, price estimate shape). This missing return-value information makes the description somewhat incomplete for an agent to fully anticipate the tool's output.

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% for the single parameter, giving a baseline of 3. The description adds value by providing an example format ('4 Slowpoke PBL 29') and clarifies the input as TCG Live export format, going beyond the schema's basic description.

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 purpose: 'Validate a TCG Live export decklist' and details specific validation rules (60-card total, max 4 copies per name, ACE SPEC limit, standard legality, price estimate). This distinguishes it from siblings like price_check or build_decks.

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 when to use the tool: when an agent has a TCG Live export decklist that needs validation and a price estimate. It provides clear context but does not explicitly mention alternatives or when-not-to-use scenarios relative to siblings.

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/mopheadpersona/pokemon-tcg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server