Skip to main content
Glama

price_card

Read-onlyIdempotent

Looks up the current market price of a single TCG card (any of 22+ games: Magic, Pokemon, Yu-Gi-Oh, One Piece, Lorcana, and more). Returns the best match's price and an affiliate-wrapped TCGplayer product link, plus alternates when the name is ambiguous.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNoOptional set name/code to disambiguate printings.
gameNoOptional game hint (e.g. 'Magic', 'Pokemon') when the name is ambiguous across games.
nameYesCard name to look up.

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the description adds value by specifying affiliate-wrapped link behavior and alternate handling for ambiguous names, with 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?

The description is concise with two efficient sentences: the first states the core purpose, the second adds return details and edge-case handling (alternates). No waste.

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 3 params, 100% schema coverage, and informative annotations, the description covers main use, scope, and return behavior. It lacks explicit info on no-match cases or exact output structure, but is largely complete for its simplicity.

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%, providing all parameter details. The description adds no new parameter semantics beyond what the schema already states, meeting the baseline expectation.

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 looks up the current market price of a single TCG card across 22+ games, specifies it returns the best match's price and an affiliate link with alternates, and distinguishes itself from siblings (list_printings, price_deck) by focusing on single card price lookup.

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 implicitly guides usage for single card price queries and mentions alternates for ambiguous names, but does not explicitly contrast with siblings (e.g., when to use price_deck for decks) or state when not to use this tool.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: single-card price lookup, comparing printings, market trends, and deck pricing. The descriptions explicitly cross-reference each other to prevent confusion, such as list_printings noting when to use it instead of price_card.

Naming Consistency4/5

All tool names are lowercase with underscores, and most follow a verb_noun pattern (list_printings, price_card, price_deck). market_index is a slight deviation as a noun_noun phrase, but the naming remains intuitive and predictable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of TCG pricing and market data. Each tool covers a distinct need without redundancy, and the count is well within the ideal range for a focused server.

Completeness5/5

The tool surface covers the core workflows for TCG pricing: single card lookups, comparing printings, decklist pricing, and market trend analysis. There are no obvious missing operations for the stated domain, making the set feel complete.

Resources