Skip to main content
Glama

The Undesirables TCG Oracle

trending_cards

Top trading cards by PRICE VELOCITY (drift), highest absolute movement first.

NOTE (corrected 2026-07-30): this previously claimed "30-day sales volume". Sales volume and view counts are NOT in the dataset and the API itself now explicitly disclaims them — see ranked_by in the response.

Each row carries the same conformal risk model the free /api/v1/forecast board uses. Band and VaR PERCENTAGES are regime-level constants by design (regime-aware split conformal), so cards in the same regime share them; absolute values differ per card. Do not read it as a per-card fit. Covers all 25+ supported TCG games.

PAID: $0.025 USDC per call.

Use this when: a user asks "what cards are hot right now?" or "what's selling the most?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameNo
limitNo
min_priceNo

Schema Changelog

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

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the per-call cost, clarifies that sales volume and view counts are absent, explains that risk percentages are regime-level constants rather than per-card fits, and states the coverage of 25+ TCG games. It does not cover auth or response structure, but the major behavioral caveats are addressed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core ranking behavior, followed by a correction note, risk-model caveat, scope, pricing, and usage triggers. It is longer than minimal but each section adds meaningful context. The structure is clear, though the correction note adds complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides enough context for a default call and gives important caveats, but it lacks any meaningful parameter semantics and does not describe the response shape beyond referencing `ranked_by`. Since there is no output schema and no annotations, these omissions leave the agent with partial but not complete information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain `game`, `limit`, or `min_price` at all. The only indirect hint is 'Covers all 25+ supported TCG games', which loosely suggests the `game` parameter but provides no format, allowed values, or empty-string semantics. The description must compensate for the fully undocumented schema and does not.

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 returns top trading cards ranked by PRICE VELOCITY (drift), with highest absolute movement first. It also explicitly corrects a prior misconception about sales volume, which sharpens the core purpose and distinguishes it from volume-based market tools.

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 gives explicit trigger phrases like 'what cards are hot right now?', which is useful guidance. However, it also includes 'what's selling the most?' immediately after disclaiming that sales volume is NOT in the dataset, creating a mixed signal. It does not name alternatives or explain 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

A3.6/5.0
Disambiguation2/5

Multiple tools have unclear boundaries: card_forecast and simulate_price both return conformal-calibrated forecasts with Safe-Hold/Momentum grades; grade_card and grade_or_not both include ROI verdicts; check_accuracy and oracle_scorecard are both accuracy dashboards; market_snapshot and trending_cards both surface market movers. The descriptions carry some differentiators, but an agent would frequently misselect among these pairs.

Naming Consistency3/5

All names are snake_case, which is consistent, but the verb/noun pattern is mixed: some are verb_noun (check_accuracy, grade_card, optimize_portfolio, search_tcg_products, simulate_price), while many are noun_noun or noun phrases (card_forecast, market_snapshot, oracle_scorecard, sports_board, souls_in_wallet). The result is readable but not predictable.

Tool Count3/5

23 tools sits in the heavy 16–25 band, and the server spans several domains: TCG pricing/forecasting/grading, souls and fantasy, the Syndicate game, and technocore. It is not extreme, but the count feels bigger than a single focused oracle needs.

Completeness4/5

The core card-market workflow is well covered: search, price forecast, simulation, trending, market snapshot, grading, ROI, loan preview, and accuracy verification are all present. Minor gaps include the paid loan quote for off-board cards not being exposed as an MCP tool and some redundancy between card_forecast and simulate_price, but no CRUD lidecycle is required for a read-only oracle.