Skip to main content
Glama
mopheadpersona

pokemon-tcg-mcp

Resolve scanned cards

resolve_scanned

Resolves messy card identifications from photos into verified Pokémon TCG printings, handling Japanese codes and bare names. Outputs resolved table, unresolved reasons, and TCG Live lines.

Instructions

Resolve raw card identifications transcribed from photos into verified printings. Lines may be messy: 'Slowpoke PBL 29' (quantity optional), '2 Slowpoke PBL 29', 'Mega Slowbro ex 031/084' (set inferred from the printed total), Japanese set codes ('ヤドン m5 028', m5→PBL — JP numbering differs, so mapped lines match by name), or a bare name ('Jacinthe' — newest standard-legal printing preferred, alternatives listed). Returns a resolved table, unresolved lines with reasons, and clean TCG Live lines ready for collection_add, check_deck or build_decks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linesYesOne card identification per entry, e.g. ['2 Slowpoke PBL 29', 'ヤドラン m5 029', 'Jacinthe']
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 does so exceptionally. It discloses key behaviors: quantity optionality, set inference from card numbers, Japanese set code mapping with numbering differences, bare-name resolution preferring newest standard-legal printings with alternatives, and return of unresolved lines with reasons. This is rich, candid behavioral disclosure.

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 dense paragraph that is front-loaded with the purpose, then provides concrete examples and output details. Every sentence contributes value; no filler or redundancy.

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

Completeness5/5

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

For a one-parameter tool with no output schema and no annotations, the description is remarkably complete. It covers input variations, resolution strategies, output format, and downstream integration, leaving no significant gaps for an agent to infer incorrectly.

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?

The schema already covers the 'lines' parameter with a description and example (100% coverage). The description adds substantial extra meaning by illustrating acceptable messy formats, edge cases like Japanese codes, and output expectations, thereby going beyond the schema's baseline.

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 specifies the tool's function: resolving messy raw card identifications from photos into verified printings. It provides concrete input examples and distinguishes itself from sibling tools like search_cards (searching) and collection_add (adding) by focusing on resolution and normalization.

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 gives strong context on when to use this tool—when lines are messy, include quantities, Japanese codes, or bare names—and explains the output's downstream use with collection_add, check_deck, or build_decks. However, it does not explicitly name alternatives or state when not to use it, falling just short of the highest bar.

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