Skip to main content
Glama

Gembook — PSA Vintage Pokémon Prices & Pop

Look up a card's PSA population report

lookup_pop_report
Read-onlyIdempotent

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).

Input Schema

TableJSON 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'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources