Skip to main content
Glama

Gundam card market movers

market_movers
Read-onlyIdempotent

Biggest price gainers and losers across the Gundam Card Game market over the last 7 days or month, by percentage or by absolute change. Prices in the user's preferred currency unless source is given. changePct is a percentage (e.g. 12.5 = +12.5%), matching get_card's convention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNopct = percentage change, abs = change in moneypct
limitNo
sourceNoPrice source: tcgplayer (USD) or cardtrader (EUR). Omit to use the user's Deckodex preference.
windowNo7D

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds some useful context by explaining the preferred-currency behavior and the changePct percentage convention matching get_card, but it does not describe return format or ordering in detail.

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 three sentences with the core behavior front-loaded, followed by pricing and percentage conventions. It is compact and contains no filler, though the first sentence somewhat restates the title and schema options.

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?

For a simple read-only market query with optional parameters and no output schema, the description covers the main behavior, time windows, change metrics, currency behavior, and percentage format. It is sufficient for an agent to call the tool correctly, though an explicit output shape would make it fully complete.

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

Parameters4/5

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

Schema coverage is only 50%, and the description compensates by adding meaning beyond the schema: it clarifies that changePct is a percentage with an example and that prices use the user's preferred currency unless a source is given. Limit and window semantics remain mostly schema-only, but those are fairly self-explanatory enums.

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 that the tool returns the biggest price gainers and losers across the Gundam Card Game market, with explicit time windows and change metrics. This is specific enough to identify what the tool does and to distinguish it from collection-focused siblings such as my_collection or get_card.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like best_buys, price_list, or get_card, and no exclusions are given. The only usage cues are implicit in the market-wide scope, so an agent is left to infer the intended choice.

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.