Skip to main content
Glama

X402 Top Movers

x402_top_movers
Read-onlyIdempotent

Sudden inflow spikes and first-seen large payers, before they show up in a ranking. Price: $0.01 USDC per successful call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum rows to return, 1-100. Defaults to 25.

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable operational context beyond those annotations: the call costs $0.01 USDC per successful call and the data is specifically pre-ranking movers. This is useful but does not fully describe response behavior.

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?

Two short sentences carry distinct information: what the tool surfaces and its per-call price. There is no filler, and the core concept is front-loaded.

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 one-parameter, no-required-input, heavily annotated read tool, the description conveys the core data type, its timing advantage, and the pricing constraint. It does not describe the output shape, but with no output schema and low complexity this is a minor gap.

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?

The single `limit` parameter is already fully documented in the schema with min, max, default, and a description. The tool description adds no additional parameter meaning, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific subject: sudden inflow spikes and first-seen large payers, and frames the tool as an early pre-ranking signal. It also differentiates from the general ranking-type siblings. However, it is a noun phrase rather than an explicit verb+resource statement like 'Returns...' or 'Lists...', so it stops short of a 5.

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 phrase 'before they show up in a ranking' implies this is for early detection of movers, but the description does not explicitly state when to use this tool over x402_new_entrants or x402_trending_services. Sibling differentiation is left mostly to inference.

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.7/5.0
Disambiguation3/5

Most tools target distinct analytical angles—new entrants, top movers, trending services, category demand, seller rank. However, x402_market_report explicitly bundles seller ranking and category demand, so it overlaps with x402_seller_rank and x402_category_demand; descriptions help clarify that it is an aggregate digest, but the boundary is not fully clean.

Naming Consistency5/5

All six tools follow the same x402_<descriptive_noun_phrase> pattern using snake_case. The convention is uniform and predictable, making it easy to infer the tool family and purpose.

Tool Count5/5

Six tools is well-scoped for a specialized market-intelligence server. Each tool covers a distinct market question without bloat or redundancy that would make the surface hard to navigate.

Completeness4/5

The surface covers the core analytics needed for x402 economy intelligence: demand, market summary, new entrants, seller performance, movers, and trends. Minor gaps exist, such as no per-service historical lookup or category-filtered time series, but the domain is served well overall.

Resources