Skip to main content
Glama
mopheadpersona

pokemon-tcg-mcp

Search Pokémon TCG cards

search_cards

Search the Pokemon TCG card database with flexible filters. Query by card name, type, subtype, or text to get compact card summaries.

Instructions

Search the pokemontcg.io card database. query accepts a card name or a raw Lucene query (e.g. 'supertype:trainer subtypes:supporter'). Filters are ANDed. Returns compact card summaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoCard name or raw Lucene q (field:value syntax passes through)
typesNoPokémon energy types, e.g. ["Psychic", "Water"]
subtypesNoe.g. ["Supporter"] or ["Item", "ACE SPEC"]
supertypeNo
max_resultsNo
text_containsNoPhrase to find in attack, ability or rules text
standard_legal_onlyNo
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses non-obvious behavior: raw Lucene passthrough, ANDed filters, and compact summaries. It stops short of describing pagination, rate limits, or sorting, but the core semantic behavior is well covered.

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 front-loaded purpose, a concrete example, and no wasted words. The structure clearly communicates the essential behavior in minimal space.

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?

There is no output schema, so the description's mention of 'compact card summaries' gives some idea of the return shape but lacks field details. It covers the main query mechanics well, and for a search tool with no required parameters, this is largely complete, though pagination/error behavior is omitted.

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 57% (4/7). The description adds meaningful semantics for 'query' (name or Lucene) and filter behavior (ANDed), but does not elaborate on max_results, standard_legal_only, or supertype beyond their schema names/enum. Partial compensation for the coverage gap.

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 searches the pokemontcg.io card database, with a specific verb ('Search') and resource, and provides query syntax details and return type. This distinguishes it from siblings like get_card (specific card retrieval) and find_similar_effects.

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?

It gives clear context for when to use this tool: to search cards flexibly via name or Lucene query, with filters ANDed. It doesn't explicitly exclude alternatives or mention when to prefer other tools, but the usage context is well stated.

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