Skip to main content
Glama

POKEKA — Pokémon Card Prices

Server Details

Real sold prices, history & PSA population for graded Pokémon cards (EN/JP/CN). Knows nicknames.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: card_pop for population, card_price for current price, card_price_history for history, get_card_context for contextual info, get_market_brief for market overview, market_movers for price movers, market_volume_leaders for trading volume, recent_sales for recent transactions, search_card for card lookup, and slang_lookup for nickname resolution. No overlap exists.

Naming Consistency4/5

Tool names follow a consistent snake_case convention with descriptive prefixes like 'card_', 'get_', 'market_', and 'search_'. While there is a mix of verb-first and noun-first patterns, the naming is still predictable and readable, with no inconsistencies in style.

Tool Count5/5

With 10 tools, the server is well-scoped for its purpose of providing Pokémon card pricing data. Each tool serves a specific function without redundancy, covering pricing, history, context, market trends, and search.

Completeness4/5

The tool set covers the core domain thoroughly: current prices, history, population data, market trends, and search/discovery. Minor gaps exist such as the lack of a bulk price query or direct set information, but these do not significantly hinder the main use case.

Available Tools

12 tools
card_popPopulation reportA
Read-only
Inspect

Graded population for one card: PSA population by grade (total / 10 / 9 / 8), CCIC population (total / 10 / 9.5 / 9), PSA gem rate and scarcity tier when available.

ParametersJSON Schema
NameRequiredDescriptionDefault
card_idYesCard id from search_card / slang_lookup.

Output Schema

ParametersJSON Schema
NameRequiredDescription
psaNo
ccicNo
noteNo
card_idNo
gem_rateNo
gem_rate_bandNo
scarcity_tierNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate read-only, non-destructive behavior. The description adds value by detailing the exact output (PSA/CCIC populations, gem rate, scarcity tier), which goes beyond the annotations and helps the agent understand what to expect.

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 ('Graded population for one card') and efficiently lists the specific data points. No redundant information.

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 simple, single-parameter tool with an output schema (mentioned in context), the description sufficiently covers the key output fields. It does not need to explain return values further, and the lack of error handling notes is acceptable.

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 coverage is 100%, with the parameter description already specifying where to get the card_id. The tool description adds no further parameter context, so it meets the baseline but does not exceed it.

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 provides graded population data for one card, including specific grade breakdowns for PSA and CCIC, gem rate, and scarcity tier. This distinguishes it from sibling tools like card_price and get_market_brief, which focus on different aspects.

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?

While not explicitly stating when to use or avoid this tool, the description implies it is for population data on a specific card. The sibling list and the tool name help differentiate, but explicit comparative guidance would boost clarity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

card_priceCard priceA
Read-only
Inspect

Use when the user asks what a card is worth, its PSA 10 / PSA 9 / CCIC 10 price, current market value, or what it last sold for. Returns a headline price (USD/CNY/JPY) from verified real sales (robust median — never listings, never interpolated) with grading company, grade, sample size, window and confidence, plus a per-grade ladder (PSA 10/9/8, CCIC, BGS, CGC …). Pass company + grade to price a specific grade (e.g. company "PSA", grade "9"); if that grade has no data the response says price_status "grade_not_available" and does NOT fall back to PSA 10. price_status "reference_only" = low confidence or thin sample — quote it with that caveat (safe_to_quote=false). "card_not_found" = wrong id, search again. Markets are kept separate: Japanese cards with Japan-domestic activity are priced from JPY marketplace sales (not converted US prices), Simplified-Chinese cards from Chinese market sales including CCIC slabs.

ParametersJSON Schema
NameRequiredDescriptionDefault
gradeNoOptional grade to price, e.g. "10", "9.5", "9". Use with company. No fallback to another grade.
card_idYesCard id from search_card / slang_lookup. An exact community nickname (e.g. "moonbreon", "鬼皮") also resolves when it maps to exactly one card.
companyNoOptional grading company to price, e.g. "PSA". Use with grade.
conditionNo"raw" = the user asked for an ungraded card. Raw prices are not offered yet; the response says so instead of returning a graded price.

Output Schema

ParametersJSON Schema
NameRequiredDescription
cardNo
noteNo
fx_as_ofNo
headlineNoomitted when there is no verified headline price — read price_status
referenceNo
grade_ladderNo
price_statusNo
last_sold_dateNo
headline_confidenceNo

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description reveals key behaviors: prices are derived from verified median sales, never listings or interpolations; there is no grade fallback; price_status values like 'reference_only' and 'card_not_found' are defined; market-specific pricing for Japanese and Simplified-Chinese cards is explained. This substantially exceeds what annotations alone provide.

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 long but every sentence carries operational weight: trigger conditions, return contents, grade-combination semantics, status codes, and market separation all in one dense block. It is front-loaded with the main use case and then builds logically into edge cases.

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 tool's complexity — multiple grades, companies, markets, price_status values, and a policy of no fallback — the description is remarkably complete. It covers not-found behavior, low-confidence quoting, raw-card handling, and cross-market differences, leaving no obvious gap for an agent to call it correctly.

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 documents all four parameters with 100% coverage, so the baseline applies. The description adds useful combinatorial guidance — 'Pass company + grade to price a specific grade' — and clarifies that condition='raw' will not return a graded price, reinforcing the schema's semantics without contradicting it.

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 opens with a specific use-case trigger ('asks what a card is worth, its PSA 10 / PSA 9 / CCIC 10 price, current market value') and names the exact resource. It clearly distinguishes this from siblings like card_price_history by emphasizing a current-value snapshot with a per-grade ladder, not historical price movement.

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 explicitly states when to use the tool ('Use when the user asks...') and adds guidance for grade-specific requests and raw-card requests. It does not explicitly name alternatives or state when NOT to use it, but it gives enough contextual cues to route an agent correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

card_price_historyCard price historyA
Read-only
Inspect

Weekly median price series for one card (representative grade, up to 26 weeks) plus 30d/90d change percentages (only shown when statistically confident).

ParametersJSON Schema
NameRequiredDescriptionDefault
weeksNoHow many recent weeks (default 26, max 26).
card_idYesCard id from search_card / slang_lookup.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
seriesNo
card_idNo
point_countNo
change_pct_30dNo
change_pct_90dNo
weeks_requestedNo

TDQS

A4/5.0
Behavior4/5

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

Adds context beyond annotations: weekly median, representative grade, conditional change percentages. Annotations already indicate read-only and non-destructive, so description focuses on data specifics.

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?

Single sentence, front-loaded with key information, no redundancy.

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?

Adequately describes output and conditionality. Could clarify how representative grade is determined, but overall sufficient for a historical data retrieval tool with an output schema.

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 coverage is 100%, so baseline 3. Description does not elaborate on parameters beyond what schema provides, but adds context about data output.

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?

Description clearly states it provides weekly median price series for one card with up to 26 weeks and change percentages. It distinguishes from siblings like card_price and recent_sales.

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

Usage Guidelines3/5

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

Implies usage for one card's historical prices, and notes change percentages are conditional on statistical confidence. Lacks explicit when-not-to-use or comparison to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_card_contextCard contextA
Read-only
Inspect

Everything around one card beyond the price: community nicknames (圈内叫法), counterfeit-risk flags with self-check steps, holder-turnover tier (locked vs high-churn), and a curated context note — plus the headline price. Accepts card_id or an exact nickname via query (e.g. "凡高皮", "金拱门"). Absence of flags is not a clearance; coverage is curated and growing.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryNoAlternative to card_id: an exact community nickname or alias.
card_idNoCard id from search_card / slang_lookup.

Output Schema

ParametersJSON Schema
NameRequiredDescription
cardNo
noteNo
nicknamesNo
risk_flagsNo
context_noteNo
hoarding_tierNo
has_risk_flagsNo
context_coverage_noteNo

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnly/openWorld/destructive annotations, the description adds a crucial behavioral caveat: 'Absence of flags is not a clearance; coverage is curated and growing.' It also discloses exact-match nickname behavior and lists the informational components returned, giving the agent important expectations beyond the schema.

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 compact: it front-loads the core content list, then explains the input options, and ends with an important safety caveat. Every sentence earns its place, with no redundant repetition of schema or annotations.

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?

The description covers what the tool returns, how to address a card (card_id or exact nickname), and the key caveat about coverage. An output schema is present, so return-value detail is not required. For a read-only contextual lookup tool, nothing essential is missing for an agent to select and invoke it correctly.

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 both parameters with descriptions, so the baseline is 3. The description adds value by providing concrete example nicknames ('凡高皮', '金拱门') and explicitly emphasizing that the query must be an exact community nickname or alias, which is not fully stated in the schema descriptions.

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 ('get'), a clear resource ('one card'), and enumerates specific content: nicknames, counterfeit-risk flags with self-check steps, holder-turnover tier, and a context note. It distinguishes itself from price-only siblings by explicitly saying 'beyond the price' and by naming card-level rather than market-level scope.

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

Usage Guidelines3/5

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

The description clearly implies when to use this tool: when you need non-price context around a specific card. However, it does not explicitly mention alternatives or when not to use it, such as comparing this with slang_lookup for nickname resolution or card_price for price-only queries. The usage signal is present but left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_market_briefMarket briefA
Read-only
Inspect

Where the graded-Pokémon market stands in its cycle, per language track (all / en / ja): a one-line phase read backed by a fixed-basket same-card index (never vibes), peak/drawdown numbers, weekly verified-sale counts, and an upcoming release/event calendar. Not investment advice.

ParametersJSON Schema
NameRequiredDescriptionDefault
marketNoTrack, default all.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
as_ofNo
phaseNo
marketNo
basket_sizeNo
index_levelNo
tx_7d_countNo
upcoming_eventsNo
change_from_baseNo
drawdown_from_peakNo

TDQS

A4.5/5.0
Behavior5/5

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

The description adds significant behavioral context beyond annotations: it clarifies the index is 'fixed-basket same-card index (never vibes)', states it's 'not investment advice', and lists specific output components (phase read, peak/drawdown, sale counts, calendar). Annotations only declare readOnlyHint and non-destructive, so description bears full burden and does so well.

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, well-structured sentence that front-loads the core purpose and packs all key details without extraneous words. Each clause adds value.

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 tool has only one optional parameter and an output schema exists, the description covers all necessary behavioral and output context. It lists the key outputs (phase read, index, peak/drawdown, sale counts, calendar) and notes 'not investment advice', which is complete for an agent to understand and invoke correctly.

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 coverage is 100% for the single parameter (market enum with description). The description mentions 'per language track (all / en / ja)' but omits zh-cn from the schema. This adds no new meaning beyond the schema; baseline 3 applies.

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 provides a market cycle phase read, index values, peak/drawdown numbers, sale counts, and an event calendar. It specifies the scope (graded-Pokémon market per language track) and distinguishes from sibling tools like market_movers and market_volume_leaders.

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 use for obtaining a high-level market overview with specific metrics, but doesn't provide explicit guidance on when to use this tool versus alternatives like market_movers or market_volume_leaders. No when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_set_overviewSet overview & checklistA
Read-only
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
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

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.

market_moversMarket moversA
Read-only
Inspect

Use when the user asks which Pokémon cards are rising or falling, what is hot, or the biggest moves this week/month. lang = "en" / "ja" / "zh-cn" (market tracks never mix). direction = "up" (cards rising) or "down" (cards falling), default "up". window = "7d" / "30d" / "90d"; omit to use the default window published for that track. Every row passes a liquidity gate — at least 5 verified sales in both the current and the base window, change capped at ±40%, both medians consistent with the card's reference price — and carries price_now / price_base / n_cur / n_prev, so a listed move is a real same-card, same-grade move. Up to 20 cards.

ParametersJSON Schema
NameRequiredDescriptionDefault
langYesMarket track: "en", "ja" or "zh-cn".
windowNoChange window: "7d", "30d" or "90d". Omit to use the default window published for that track.
directionNo"up" = cards rising, "down" = cards falling. Default "up".

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
marketNo
moversNo
windowNo
directionNo
anchor_dateNoThe window anchors to this latest-sale date; present it.
mover_countNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool as read-only and non-destructive, and the description adds substantial behavioral detail beyond that: liquidity gates, the ±40% cap, median consistency checks, real same-card/same-grade moves, and a 20-card limit. This meaningfully informs the agent about result trustworthiness and constraints.

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 dense but every sentence earns its place: use case, parameter semantics, data quality rules, and row meaning all appear without repetition. The critical usage guidance is front-loaded.

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 annotations, rich input schema, and output schema, the description fully covers when to invoke the tool, what each parameter means, what guarantees each row has, and the result limit. Nothing required for correct invocation is missing.

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% and all parameters have enums, so the schema already does the heavy lifting. The description still adds value by clarifying defaults, the meaning of direction/window, and the 'market tracks never mix' constraint.

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 opens with a specific use case: identifying Pokémon cards that are rising or falling, hot, or making the biggest moves. This clearly names the resource (card movers) and distinguishes the tool's function from generic price or market brief tools.

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 explicitly says when to use the tool ('Use when the user asks which Pokémon cards are rising or falling...') and covers the main intent variants. It doesn't explicitly name alternatives or when not to use it, but the usage context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

market_volume_leadersVolume leadersA
Read-only
Inspect

Most-traded graded Pokémon cards by verified sales count over a 24h / 7d / 30d window, filterable by language track (all / en / ja / zh-cn) and grading company (all / PSA / CCIC / PSA10). Windows anchor to the latest sale date on record (anchor_date in the response) — always present results with that date. median_usd is a mixed-grade reference; use card_price for a precise per-grade quote. Up to 50 leaders.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLanguage track filter, default all.
limitNoHow many leaders (default 10, max 50).
windowNoVolume window, default 7d. Anchored to the latest sale on record, not wall-clock now.
grade_companyNoGrading filter, default all. PSA10 = PSA grade-10 slabs only.

Output Schema

ParametersJSON Schema
NameRequiredDescription
langNo
noteNo
windowNo
leadersNo
anchor_dateNoLatest sale date on record — always cite this with results
leader_countNo
grade_companyNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations indicate readOnlyHint=true, and the description adds that windows anchor to latest sale date and that median_usd is a mixed-grade reference, preventing misinterpretation. No contradictions.

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?

Three sentences with clear structure, no fluff. First sentence covers purpose and filters, second window behavior, third clarifies data usage.

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 output schema exists, the description covers all needed: filters, window anchoring, max limit, and provides warning on median_usd use. No missing critical information.

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 covers all parameters with enums and descriptions. The description adds context: window anchoring, the meaning of PSA10, and the mixed-grade caveat for median_usd beyond schema.

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 'Most-traded graded Pokémon cards by verified sales count over a 24h / 7d / 30d window', which clearly defines the verb (list leaders) and resource (traded cards). It distinguishes from siblings like card_price and market_movers by focusing on volume and verified sales count.

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 specifies filters (language, grade_company) and explains window anchoring behavior. It also advises using card_price for precise per-grade quotes, providing an alternative. However, it doesn't explicitly exclude other tools like market_movers or recent_sales.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

recent_salesRecent salesA
Read-only
Inspect

Most recent verified sales for one card (up to 10): date, grading company + grade, price in USD, marketplace name. Sales span US, Japan-domestic and Chinese marketplaces — each sale is a real completed transaction, not a listing.

ParametersJSON Schema
NameRequiredDescriptionDefault
card_idYesCard id from search_card / slang_lookup.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
salesNo
card_idNo
sale_countNo

TDQS

A4.4/5.0
Behavior5/5

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

Beyond readOnlyHint and destructiveHint annotations, the description adds valuable behavioral context: sales are 'real completed transactions, not listings', and they span US, Japan-domestic, and Chinese marketplaces. This authenticity and scope detail helps the agent understand the tool's limitations and reliability.

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: first sentence conveys core purpose and output fields, second adds geographic scope and data authenticity. Information is front-loaded and every word contributes.

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?

The description covers output items (up to 10, date, grading, price, marketplace), geographic scope, and data authenticity. It does not explicitly state ordering (presumably most recent first), which is a minor gap. With an output schema present, the return structure is already defined.

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% for the single required parameter card_id. The tool description repeats the same guidance ('from search_card / slang_lookup') as the schema, adding no new meaning. At baseline, with full schema coverage, a score of 3 is appropriate.

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 specifies the verb (get/recent sales) and resource (sales for one card), includes details about output fields (date, grading, price, marketplace), and implies it retrieves recent vs historical data. It distinguishes from siblings by focusing on recent sales rather than price history or population, which are covered by card_price_history and card_pop.

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 states it provides 'most recent verified sales for one card (up to 10)', giving clear context for when to use. However, it does not explicitly mention when not to use or list alternative tools like card_price or card_price_history for other use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_cardSearch cardsA
Read-only
Inspect

Search graded Pokémon cards by name (Chinese / English / Japanese), community nickname (e.g. "鬼皮"), or set code + card number (e.g. "sv8a 喷火龙", "CEL 4"). 中文用户: 按官方卡名/圈内简称/系列码+卡号查任意宝可梦评级卡, 返回 card_id 供查价/走势/存世量工具使用。Returns up to 10 matching cards with card_id (incl. rarity/variant/species fields) — use card_id with the other tools. A bare set code or set name (e.g. "151c", "Celebrations") returns a set-level summary with guidance instead of a truncated card list — follow it to get_set_overview / set_species_summary for whole-set stats. Optional lang filters to one language track (en / ja / zh-cn); tracks are never mixed.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoOptional language track filter.
queryYesCard name, nickname/slang, or set code + number. zh/en/ja all accepted.

Output Schema

ParametersJSON Schema
NameRequiredDescription
hintNo
langNo
queryNo
sampleNo
by_langNo
resultsNo
guidanceNo
mismatchNo
set_codeNo
by_rarityNo
conditionNo"raw" when the user asked for an ungraded card
query_typeNo"set" = the query was a bare set code/name; read guidance and use the set-level tools
exact_matchNotrue only when set, number AND every other entity in the query (character, nickname, language) agree with the results
total_cardsNo
result_countNo
safe_to_priceNotrue = results[0] can be priced without asking the user to confirm; false = candidates only
grading_filterNo
qualifier_noteNo
unresolved_noteNo
also_matched_setsNo
unresolved_tokensNo
qualifiers_droppedNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark this as read-only and non-destructive; the description adds meaningful behavior beyond that: a 10-result cap, the set-level fallback with guidance, the requirement to use card_id with other tools, and the guarantee that language tracks are never mixed. No contradiction with annotations.

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 query types and examples and remains organized across output limits, set behavior, and language filtering. The Chinese sentence partly restates the English content, but it is short and serves the bilingual user base.

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 and annotations, the description covers everything needed: accepted query formats, result count, key returned fields, how to chain card_id into other tools, the set-only edge case, and language track behavior. No critical calling context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for both parameters, and the description still adds substantial value: concrete syntax examples ('sv8a 喷火龙', 'CEL 4'), bare set-code handling, and the semantics of the lang filter. This is well beyond what the schema alone provides.

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-resource pair ('Search graded Pokémon cards') and enumerates the three accepted query forms: name, nickname, and set code + number. It also distinguishes this tool from siblings by explaining that bare set queries produce a set-level summary rather than a card list.

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 clearly routes bare set queries to get_set_overview / set_species_summary and instructs users to pass returned card_id to other tools. It does not explicitly contrast search_card with sibling slang_lookup, but the guidance is otherwise clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

set_species_summarySet species summaryA
Read-only
Inspect

Per-Pokémon breakdown for one set: how many card faces each species has and how they split across variants (base / Master Ball / Poké Ball / …). 中文用户: 这个系列里每只宝可梦有几张卡、各是什么版本(普卡/大师球闪/精灵球闪)一表拿全。Answers "which Pokémon has the most versions in this set". Counts are catalog facts, NOT pull-rate probabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoOptional language track filter.
set_codeYesSet code, official abbreviation, or set name.

Output Schema

ParametersJSON Schema
NameRequiredDescription
langNo
noteNo
speciesNo
guidanceNo
set_codeNo
total_cardsNo
coverage_noteNo
species_countNo
species_covered_cardsNo

TDQS

A3.9/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context by clarifying that counts are catalog facts, NOT pull-rate probabilities, which helps prevent misinterpretation of the output. It also specifies that counts refer to card faces and variant splits, adding meaning beyond the annotations.

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

Conciseness3/5

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

The main English description is concise and front-loaded with the core purpose, followed by a practical answer-oriented sentence and a useful caveat. However, the Chinese sentence nearly duplicates the English content, adding redundancy and token cost without introducing new information.

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 simple two-parameter schema, an output schema, and annotations covering safety, the description is complete enough for correct invocation. It covers what the tool returns conceptually, the intended use case, and an important interpretative caveat, leaving no critical gap for the agent.

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 set_code and lang are already documented in the input schema. The description does not add parameter-specific details, but it does not need to; the baseline of 3 applies because the schema carries the semantic weight.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource: a per-Pokémon breakdown for one set, covering card-face counts and variant splits. It also states the question the tool answers, 'which Pokémon has the most versions in this set'. It does not explicitly name or differentiate sibling tools, so it stops short of a 5.

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 a clear use case: when you need variant counts per Pokémon in a set, or want to answer 'which Pokémon has the most versions in this set'. It does not explicitly describe when not to use it or point to alternatives, but the context is strong enough for an agent to select it appropriately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

slang_lookupNickname lookupA
Read-only
Inspect

Resolve a Chinese/Japanese/English community nickname (e.g. "鬼皮", "老喷", "Zard") to the actual card(s): official names, set, number, card_id. 中文用户: 把圈内简称(鬼皮/老喷/大月…)解析成具体是哪张卡。Up to 10 cards.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYesThe nickname / slang term.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
termNo
cardsNo
card_countNo

TDQS

A4.5/5.0
Behavior4/5

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

The annotations only cover read-only and non-destructive behavior. The description adds behavioral detail beyond annotations by stating the result limit ('Up to 10 cards') and the multilingual scope. There is no contradiction with the 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?

The description is short, front-loaded, and to the point. It conveys purpose, supported languages, output fields, and cardinality in a compact form without repeating schema details.

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 single-parameter, read-only lookup with an output schema, the description covers input style, output contents, language coverage, and the 10-card limit. There is no meaningful gap for an agent trying to decide when to use this tool.

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 term parameter, so the baseline is 3. The description adds concrete examples of valid inputs (鬼皮, 老喷, Zard) and clarifies the term may be a Chinese/Japanese/English community nickname, which is meaningful additional semantic guidance.

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: resolving a Chinese/Japanese/English community nickname to actual cards, and lists the resulting fields (official names, set, number, card_id). This clearly distinguishes it from sibling tools like search_card.

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 provides clear context: use this tool when you have a community nickname or slang term that needs mapping to a real card. It does not explicitly state when not to use it or name alternatives like search_card for official-name queries, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedcard_price3 fields changed
      • addedInput schema / properties / company
        Added value: +{
        +  "description": "Optional grading company to price, e.g. \"PSA\". Use with grade.",
        +  "enum": [
        +    "PSA",
        +    "BGS",
        +    "CGC",
        +    "CCIC",
        +    "ARS",
        +    "SGC",
        +    "PCG"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / condition
        Added value: +{
        +  "description": "\"raw\" = the user asked for an ungraded card. Raw prices are not offered yet; the response says so instead of returning a graded price.",
        +  "enum": [
        +    "graded",
        +    "raw"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / grade
        Added value: +{
        +  "description": "Optional grade to price, e.g. \"10\", \"9.5\", \"9\". Use with company. No fallback to another grade.",
        +  "type": "string"
        +}
    • Changedmarket_movers3 fields changed
      • changedInput schema / properties / direction / description
        Previous value: -"Gainers (up) or losers (down), default up."New value: +"\"up\" = cards rising, \"down\" = cards falling. Default \"up\"."
      • changedInput schema / properties / lang / description
        Previous value: -"Market track."New value: +"Market track: \"en\", \"ja\" or \"zh-cn\"."
      • changedInput schema / properties / window / description
        Previous value: -"Change window. Omit to use the default window published for that track."New value: +"Change window: \"7d\", \"30d\" or \"90d\". Omit to use the default window published for that track."
    • Changedsearch_card7 fields changed
      • addedOutput schema / properties / condition
        Added value: +{
        +  "description": "\"raw\" when the user asked for an ungraded card",
        +  "type": "string"
        +}
      • changedOutput schema / properties / exact_match / description
        Previous value: -"false = the set/number qualifier in the query was NOT satisfied by any result"New value: +"true only when set, number AND every other entity in the query (character, nickname, language) agree with the results"
      • addedOutput schema / properties / grading_filter
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "company": {
        +      "type": "string"
        +    },
        +    "grade": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / mismatch
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "matched_character": {
        +      "type": "string"
        +    },
        +    "matched_name": {
        +      "type": "string"
        +    },
        +    "requested_terms": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / safe_to_price
        Added value: +{
        +  "description": "true = results[0] can be priced without asking the user to confirm; false = candidates only",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / unresolved_note
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / unresolved_tokens
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
  2. 1 tool update
    • Changedcard_price3 fields changed
      • addedOutput schema / properties / grade_ladder / items / properties / market
        Added value: +{
        +  "description": "Which market this sale actually happened in (USD/CNY/JPY). The other two currency fields are convenience conversions at current FX rates, NOT prices observed in those markets. A USD-market sale quoted in CNY does not mean the card trades at that price in China.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / headline / properties / market
        Added value: +{
        +  "description": "Which market this sale actually happened in (USD/CNY/JPY). The other two currency fields are convenience conversions at current FX rates, NOT prices observed in those markets. A USD-market sale quoted in CNY does not mean the card trades at that price in China.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / reference / properties / market
        Added value: +{
        +  "description": "Which market this sale actually happened in (USD/CNY/JPY). The other two currency fields are convenience conversions at current FX rates, NOT prices observed in those markets. A USD-market sale quoted in CNY does not mean the card trades at that price in China.",
        +  "type": "string"
        +}
  3. 1 tool update
    • Changedcard_price1 field changed
      • changedOutput schema / properties / price_status / enum
        Previous value: -[
        -  "ok",
        -  "reference_only",
        -  "insufficient_data",
        -  "price_withheld_quality_gate",
        -  "card_not_found"
        -]New value: +[
        +  "ok",
        +  "reference_only",
        +  "insufficient_data",
        +  "price_withheld_quality_gate",
        +  "card_not_found",
        +  "unreleased"
        +]
  4. 1 tool update
    • Changedmarket_movers1 field changed
      • addedOutput schema / properties / movers / items / properties / price_basis
        Added value: +{
        +  "description": "\"reference\" = price_usd is a PriceCharting aggregate, NOT our verified sales — say so when quoting it.",
        +  "enum": [
        +    "verified_sales",
        +    "reference"
        +  ],
        +  "type": "string"
        +}
  5. 6 tool updates
    • Changedcard_price10 fields changed
      • addedOutput schema / properties / card / properties / character
        Added value: +{
        +  "description": "featured Pokémon (EN species name)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / dex_no
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / card / properties / finish_tiers
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / gen_code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / rarity
        Added value: +{
        +  "description": "bilingual rarity bucket label",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / rarity_display
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "cjk": {
        +      "description": "JP-style code (SR/RR/…)",
        +      "type": "string"
        +    },
        +    "en": {
        +      "description": "official EN star-system name",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / card / properties / rarity_tier
        Added value: +{
        +  "description": "machine rarity tier key (double_rare/ultra_rare/…)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / set_name
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / variant
        Added value: +{
        +  "description": "variant slot (master_ball/poke_ball/…); absent for normal",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / variant_kind
        Added value: +{
        +  "type": "string"
        +}
    • Changedget_card_context10 fields changed
      • addedOutput schema / properties / card / properties / character
        Added value: +{
        +  "description": "featured Pokémon (EN species name)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / dex_no
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / card / properties / finish_tiers
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / gen_code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / rarity
        Added value: +{
        +  "description": "bilingual rarity bucket label",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / rarity_display
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "cjk": {
        +      "description": "JP-style code (SR/RR/…)",
        +      "type": "string"
        +    },
        +    "en": {
        +      "description": "official EN star-system name",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / card / properties / rarity_tier
        Added value: +{
        +  "description": "machine rarity tier key (double_rare/ultra_rare/…)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / set_name
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / variant
        Added value: +{
        +  "description": "variant slot (master_ball/poke_ball/…); absent for normal",
        +  "type": "string"
        +}
      • addedOutput schema / properties / card / properties / variant_kind
        Added value: +{
        +  "type": "string"
        +}
    • Addedget_set_overview
    • Changedsearch_card18 fields changed
      • addedOutput schema / properties / also_matched_sets
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / by_lang
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / by_rarity
        Added value: +{
        +  "items": {
        +    "additionalProperties": true,
        +    "properties": {
        +      "display_cjk": {
        +        "type": "string"
        +      },
        +      "display_en": {
        +        "type": "string"
        +      },
        +      "n": {
        +        "type": "number"
        +      },
        +      "tier": {
        +        "type": "string"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / guidance
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / query_type
        Added value: +{
        +  "description": "\"set\" = the query was a bare set code/name; read guidance and use the set-level tools",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / character
        Added value: +{
        +  "description": "featured Pokémon (EN species name)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / dex_no
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / results / items / properties / finish_tiers
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / gen_code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / rarity
        Added value: +{
        +  "description": "bilingual rarity bucket label",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / rarity_display
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "cjk": {
        +      "description": "JP-style code (SR/RR/…)",
        +      "type": "string"
        +    },
        +    "en": {
        +      "description": "official EN star-system name",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / results / items / properties / rarity_tier
        Added value: +{
        +  "description": "machine rarity tier key (double_rare/ultra_rare/…)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / set_name
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / variant
        Added value: +{
        +  "description": "variant slot (master_ball/poke_ball/…); absent for normal",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / variant_kind
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / sample
        Added value: +{
        +  "items": {
        +    "additionalProperties": true,
        +    "properties": {
        +      "card_id": {
        +        "type": "string"
        +      },
        +      "card_number": {
        +        "type": "string"
        +      },
        +      "card_url": {
        +        "type": "string"
        +      },
        +      "character": {
        +        "description": "featured Pokémon (EN species name)",
        +        "type": "string"
        +      },
        +      "dex_no": {
        +        "type": "number"
        +      },
        +      "finish_tiers": {
        +        "type": "string"
        +      },
        +      "gen_code": {
        +        "type": "string"
        +      },
        +      "image_url": {
        +        "type": "string"
        +      },
        +      "lang": {
        +        "type": "string"
        +      },
        +      "name": {
        +        "type": "string"
        +      },
        +      "rarity": {
        +        "description": "bilingual rarity bucket label",
        +        "type": "string"
        +      },
        +      "rarity_display": {
        +        "additionalProperties": true,
        +        "properties": {
        +          "cjk": {
        +            "description": "JP-style code (SR/RR/…)",
        +            "type": "string"
        +          },
        +          "en": {
        +            "description": "official EN star-system name",
        +            "type": "string"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "rarity_tier": {
        +        "description": "machine rarity tier key (double_rare/ultra_rare/…)",
        +        "type": "string"
        +      },
        +      "set_code": {
        +        "type": "string"
        +      },
        +      "set_name": {
        +        "type": "string"
        +      },
        +      "variant": {
        +        "description": "variant slot (master_ball/poke_ball/…); absent for normal",
        +        "type": "string"
        +      },
        +      "variant_kind": {
        +        "type": "string"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / set_code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / total_cards
        Added value: +{
        +  "type": "number"
        +}
    • Addedset_species_summary
    • Changedslang_lookup10 fields changed
      • addedOutput schema / properties / cards / items / properties / character
        Added value: +{
        +  "description": "featured Pokémon (EN species name)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / dex_no
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / cards / items / properties / finish_tiers
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / gen_code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / rarity
        Added value: +{
        +  "description": "bilingual rarity bucket label",
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / rarity_display
        Added value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "cjk": {
        +      "description": "JP-style code (SR/RR/…)",
        +      "type": "string"
        +    },
        +    "en": {
        +      "description": "official EN star-system name",
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / cards / items / properties / rarity_tier
        Added value: +{
        +  "description": "machine rarity tier key (double_rare/ultra_rare/…)",
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / set_name
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / variant
        Added value: +{
        +  "description": "variant slot (master_ball/poke_ball/…); absent for normal",
        +  "type": "string"
        +}
      • addedOutput schema / properties / cards / items / properties / variant_kind
        Added value: +{
        +  "type": "string"
        +}
  6. 1 tool update
    • Changedmarket_movers2 fields changed
      • changedInput schema / properties / lang / enum
        Previous value: -[
        -  "en",
        -  "ja"
        -]New value: +[
        +  "en",
        +  "ja",
        +  "zh-cn"
        +]
      • changedInput schema / properties / window / description
        Previous value: -"Change window, default 30d."New value: +"Change window. Omit to use the default window published for that track."
  7. 2 tool updates
    • Changedcard_price1 field changed
      • changedOutput schema / properties / headline / description
        Previous value: -"null when no verified headline price"New value: +"omitted when there is no verified headline price — read price_status"
    • Changedsearch_card3 fields changed
      • addedOutput schema / properties / exact_match
        Added value: +{
        +  "description": "false = the set/number qualifier in the query was NOT satisfied by any result",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / qualifier_note
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / qualifiers_dropped
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
  8. 1 tool update
    • Changedcard_price3 fields changed
      • addedOutput schema / properties / grade_ladder / items / properties / as_of
        Added value: +{
        +  "description": "snapshot date of a reference (non-sale) price — quote it as of this date, not as today",
        +  "type": "string"
        +}
      • addedOutput schema / properties / headline / properties / as_of
        Added value: +{
        +  "description": "snapshot date of a reference (non-sale) price — quote it as of this date, not as today",
        +  "type": "string"
        +}
      • addedOutput schema / properties / reference / properties / as_of
        Added value: +{
        +  "description": "snapshot date of a reference (non-sale) price — quote it as of this date, not as today",
        +  "type": "string"
        +}
  9. 10 tool updates
    • First observedcard_pop
    • First observedcard_price
    • First observedcard_price_history
    • First observedget_card_context
    • First observedget_market_brief
    • First observedmarket_movers
    • First observedmarket_volume_leaders
    • First observedrecent_sales
    • First observedsearch_card
    • First observedslang_lookup

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Vision-guided Pokémon TCG card identification server that matches exact printings using visual evidence and marketplace data.
    40
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A Pokemon TCG MCP server that looks up graded cards, manages a local SQLite collection, queries pricing providers, tracks a watchlist with target prices, and snapshots PSA pop counts for trend analysis.
    33
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Real-time sports card pricing, market analysis, arbitrage detection, grading ROI, investment advice, and player stats (NBA/NFL/MLB). 9 tools for AI agents helping collectors and investors.
    9
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    On-chain TCG price oracle for the LitecoinVM ecosystem. 6 tools: search 433K+ trading cards, 60-day price history, Merkle proof verification on LiteForge (Chain 4441), Monte Carlo simulation, and AI card grading via Qwen 2.5 VL.
    7
    Business Source 1.1
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources