Skip to main content
Glama

Gembook — PSA Vintage Pokémon Prices & Pop

Server Details

Neutral prices + PSA population for PSA-graded vintage Pokémon (WotC 1999–2003). Read-only.

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
Uptime
100.0% over 37 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool addresses a distinct concern: methodology/trust, pricing, and population rarity. There is no overlap in purpose, so an agent can confidently select the correct tool without ambiguity.

Naming Consistency4/5

Two tools follow a clear lookup_* pattern (lookup_card_price, lookup_pop_report), but get_methodology_summary uses a different verb prefix. The inconsistency is minor and does not hinder readability.

Tool Count5/5

Three tools are well-scoped for a niche read-only server focused on PSA vintage Pokémon data. Each tool serves a clear, necessary function without bloat or trivial additions.

Completeness5/5

The tool surface fully covers the stated domain: price estimation, population data, and methodology context. As a read-only service, there are no missing lifecycle operations or obvious dead ends.

Available Tools

3 tools
get_methodology_summaryHow Gembook computes card pricesA
Read-onlyIdempotent
Inspect

Returns a short summary of Gembook's valuation + trust methodology (what counts as a verified sale, confidence tiers, published error rates). Call this when a user asks how the prices are computed or whether they can be trusted.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate a safe, read-only, idempotent operation. The description adds valuable context about the content (verified sales, confidence tiers, error rates) but does not disclose any behavioral traits beyond what annotations provide. It could mention that no parameters are needed, but that is evident from 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 two sentences. The first sentence clearly states what it returns, and the second provides usage guidance. No superfluous words.

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 no parameters and no output schema, the description is complete. It tells the agent exactly what the summary covers and when to use the tool. A simple tool adequately described.

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?

There are zero parameters, so the baseline is 4 per the guidelines. The description does not need to add meaning beyond the input schema since there is nothing to describe. It implicitly communicates that no parameters are required.

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 starts with 'Returns a short summary' which is a specific verb and resource. It clearly states what the tool does: returns Gembook's valuation and trust methodology. The title also reinforces this. It distinguishes from sibling tools like lookup_card_price and lookup_pop_report.

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 explicitly states when to call this tool: 'when a user asks how the prices are computed or whether they can be trusted.' This provides clear context and implicitly tells the agent not to use it for specific price lookups, which are handled by sibling tools.

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

lookup_card_priceLook up a PSA-graded vintage Pokémon card's market valueA
Read-onlyIdempotent
Inspect

Get Gembook's fair-value estimate (USD) for a PSA-graded vintage Pokémon card (WotC era, Base Set through Skyridge, 1999–2003). Returns fair value, range, confidence tier, comp count, and the card page URL. Call this when a user asks what a vintage Pokémon card is worth or whether a price is fair. Scope is PSA-graded vintage Pokémon ONLY — other graders, eras, or TCGs are out of scope.

ParametersJSON Schema
NameRequiredDescriptionDefault
gradeNoPSA grade 1–10
variantNoEdition/variant to narrow, e.g. '1st Edition', 'Shadowless', 'Unlimited', 'Reverse Holo'
set_nameNoSet name to narrow, e.g. 'Base', 'Jungle', 'Neo Genesis'
card_nameYesCard name, e.g. 'Charizard'

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds value by specifying the exact return fields (fair value, range, confidence tier, comp count, URL), providing transparency beyond annotations without contradiction.

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 three sentences with no wasted words. It front-loads the core action and returns, then adds usage scope. Every sentence contributes essential information.

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?

Given the lack of an output schema, the description lists all key return fields (fair value, range, confidence tier, comp count, URL). It also specifies the exact era and grader scope. Minor omission: no mention of error handling or data freshness, but the description is sufficient for an agent to understand usage.

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 clear inline descriptions for all parameters (e.g., 'PSA grade 1–10', 'Edition/variant to narrow'). The description does not add new parameter-level meaning but provides overall context for parameter usage. Baseline 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 uses a specific verb ('Get') and resource ('Gembook's fair-value estimate for a PSA-graded vintage Pokémon card'). It clearly distinguishes from siblings by specifying the scope (vintage Pokémon, PSA-graded) and return fields, differentiating it from methodology or pop report tools.

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 explicitly states when to call the tool ('when a user asks what a vintage Pokémon card is worth or whether a price is fair') and what is out of scope ('other graders, eras, or TCGs'). This provides clear usage guidance and exclusion criteria.

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

lookup_pop_reportLook up a card's PSA population reportA
Read-onlyIdempotent
Inspect

Get the PSA population (number of slabs graded per grade) for a vintage Pokémon card across all grades. Call this when a user asks how rare a PSA grade is for a card. Scope: PSA-graded vintage Pokémon (Base Set through Skyridge).

ParametersJSON Schema
NameRequiredDescriptionDefault
variantNoEdition/variant to narrow, e.g. '1st Edition', 'Shadowless', 'Unlimited', 'Reverse Holo'
set_nameNoSet name to narrow, e.g. 'Base'
card_nameYesCard name, e.g. 'Blastoise'

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering safety. The description adds scope and return data description but does not disclose additional behavioral traits like rate limits or pagination.

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, front-loaded with the core action, no wasted words. Every sentence serves a purpose: what it does and when to use it.

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?

Given no output schema, the description hints at the return structure ('number of slabs graded per grade'). Parameter coverage is complete. It could detail the response format more, but it's adequate for the task.

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 baseline is 3. The description does not add meaning beyond the schema (e.g., it mentions 'across all grades' but not parameter-specific details), so no extra value.

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 retrieves PSA population data for vintage Pokémon cards, specifying the action (get), resource (population report), and scope (PSA-graded, Base Set through Skyridge). It also distinguishes from siblings like lookup_card_price and get_methodology_summary.

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 explicitly says 'Call this when a user asks how rare a PSA grade is for a card,' providing clear usage context. It also defines scope limitations (vintage Pokémon) but does not discuss when not to use or mention alternatives beyond implicit differentiation.

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.

  1. 3 tool updates
    • First observedget_methodology_summary
    • First observedlookup_card_price
    • First observedlookup_pop_report

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to look up trading-card market values across Pokémon, Magic, sports and other TCG catalogs, including raw prices by condition, graded ladders, price history, trending movers and set checklists. It also calculates grading ROI — gem premiums, net profit after fees, expected value and break-even gem rates — so collectors can decide whether a card is worth submitting.
    -
  • 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
    106 PyPI
    Business Source 1.1
  • 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
    29 PyPI
    1
    MIT
  • 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources