tcg_pricing_get_card
Look up Pokemon TCG card prices with smart routing: returns raw market from Pokemon TCG API, and graded prices from PriceCharting when grade is specified and enabled.
Instructions
Smart-routed price lookup. One call, the right provider(s) under the hood.
Strategy:
Always queries Pokemon TCG API (free) — gives raw/ungraded market.
If
gradeis provided AND PriceCharting is enabled (token set), ALSO queries PriceCharting for the graded price level.prefer_provideroverrides routing entirely.
Designed so an agent can ask "what's Charizard ex Surging Sparks worth" without knowing which provider to call first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |