Skip to main content
Glama

POKEKA — Pokémon Card Prices

Set overview & checklist

get_set_overview
Read-only

Whole-set statistics for one Pokémon TCG set: total cards, per-language-track counts, breakdown by rarity (with EN star-system + JP-style display names) and by variant (Master Ball / Poké Ball mirror slots etc.), top featured Pokémon, plus a paginated card checklist. 中文用户: 一次拿到整个系列的卡表统计(总卡数/每稀有度几张/每变体几张/出场宝可梦), 不用逐张搜。Use for questions like "how many cards / SR cards are in 151c". Accepts internal set_code, official abbreviation (CEL) or set name. Catalog data only — per-card prices via card_price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoOptional language track filter — same code can be different products per track.
pageNoChecklist page (0-based). Anonymous/free tier: 20 cards/page, first 2 pages; Pro: 100/page, unlimited.
set_codeYesSet code, official abbreviation, or set name (e.g. "151c", "sv2a", "CEL", "Celebrations").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
noteNo
by_langNo
guidanceNo
set_codeNo
by_rarityNo
checklistNo
by_variantNo
top_speciesNo
total_cardsNo
species_noteNo
checklist_pageNo
checklist_cappedNo
checklist_page_sizeNo

Schema Changelog

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

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already establish the read-only, non-destructive nature. The description adds useful behavioral context beyond that: it is catalog-only, excludes per-card pricing, and details which statistics are included. This gives agents a good sense of what the tool will and will not return.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and delivered in a compact format. The bilingual sentence is somewhat redundant for an AI agent, but it is short and does not meaningfully hurt clarity or scannability.

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?

Given the output schema, the annotations, and the schema-covered parameters, the description provides everything needed for correct tool selection and invocation. It covers scope, accepted identifiers, use cases, and the boundary against price tools.

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 100%, so the schema already documents all three parameters well. The additional text mostly echoes the schema by mentioning accepted set_code formats, and does not substantially enrich parameter meaning beyond that 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 states a specific verb and resource: it returns whole-set statistics and a card checklist for one Pokémon TCG set. It differentiates itself from sibling tools by explicitly saying it is catalog data only and directing per-card price questions to card_price.

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

Usage Guidelines5/5

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

The description gives concrete use examples ('how many cards / SR cards are in 151c') and explicitly routes price-related questions to card_price. It also advises against card-by-card searching for set-level statistics, giving an agent clear when-to-use and when-not-to-use signals.

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