Skip to main content
Glama

Pokemon TCG Pocket Catalog

Search cards

search_cards
Read-only

Search the Pokémon TCG Pocket card catalog by name, attack, ability, artist, or id, with optional filters for set, energy type, stage, card kind, rarity, Trainer subtype, HP range, weakness, and retreat cost. Returns up to 20 summarized cards plus the total number of matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNoSet id, e.g. 'A1', 'A2b', 'PROMO-A'.
kindNo
pageNo1-based page number. Defaults to 1.
hpMaxNoMaximum HP (Pokémon only).
hpMinNoMinimum HP (Pokémon only).
queryNoFree text: card name, attack or ability text, artist, or card id.
stageNo
energyNoEnergy type of the Pokémon.
localeNoLocale for card names, e.g. 'en', 'ja_JP', 'fr_FR'. Defaults to 'en'.
rarityNoRarity code, e.g. 'diamond-1', 'star-2', 'crown'.
weaknessNoWeakness energy type of the Pokémon.
retreatMaxNoMaximum retreat cost (Pokémon only).
trainerTypeNoTrainer subtype: item, supporter, tool, fossil, or stadium.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations only declare readOnlyHint and openWorldHint; the description adds concrete output behavior: returns up to 20 summarized cards plus total match count. It does not detail ordering or matching semantics, but read-only safety is already covered by annotations.

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?

Two sentences with no filler: the first packs the search subject and all filter dimensions, the second states the result cap and total count. Information density is high and the structure is easy to parse.

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-only tool with 13 optional parameters and no output schema, the description covers search keys, filter dimensions, and output shape. Pagination and locale details are handled by the schema. Minor omissions like result ordering do not materially hurt selection or invocation.

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 description coverage is 85%, so the schema carries most parameter meaning. The description lists filter categories but largely paraphrases existing schema descriptions, such as query accepting name, attack, ability, artist, or id. It adds little beyond a useful capability overview.

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 uses a specific verb and resource: 'Search the Pokémon TCG Pocket card catalog' and enumerates both search keys and filters. It clearly distinguishes itself from siblings like get_card (single card retrieval) and list_sets (set listing).

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 clear context: this is for searching and filtering the catalog, returning summarized matches. It does not explicitly state when to prefer get_card or list_sets, but its search+filter+summary nature makes the intended use reasonably obvious.

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.

Resources