Skip to main content
Glama

Pokemon TCG Pocket Catalog

Get card

get_card
Read-only

Get one Pokémon TCG Pocket card's available catalog data: HP, attacks with energy costs and damage, abilities, weakness, retreat cost, evolution, artist, rarity, and artwork. Trainer cards return their rules text and subtype instead of attacks. Accepts either a printing id like 'A1-001' or a gameplay card id like 'PK_000010'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPrinting id ('A1-001') or gameplay card id ('PK_000010').
localeNoLocale for names and text. Defaults to 'en'.

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

The readOnlyHint annotation already signals a safe read, and the description adds meaningful behavioral context: Trainer cards return rules text and subtype instead of attacks, and both printing and gameplay card IDs are accepted. This goes beyond the annotation without contradicting it.

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, front-loaded with the core purpose and field list; each sentence earns its place: data content, the Trainer exception, and accepted ID formats. No filler or redundant restatement.

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?

With no output schema, the description enumerates the returned card attributes and calls out the Trainer-card variation, giving an agent a solid picture of what to expect. Minor gaps like invalid-ID behavior are acceptable for a read-only lookup tool.

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%, and the schema already documents both parameters with the same ID examples and locale default. The description reinforces the ID forms but does not add new parameter-level meaning, so the baseline 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?

States a specific action ('Get') and a specific resource ('one Pokémon TCG Pocket card's available catalog data') with an enumerated field list. The singular-card scope clearly distinguishes it from list/search siblings, and the two accepted ID formats are explicitly given.

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 implies the usage case—fetch card data when you already have an ID—by spelling out both accepted ID formats. However, it offers no explicit when-not guidance or pointer to search_cards/list_printings for lookup without an ID, so routing guidance is mostly implicit.

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