Skip to main content
Glama

x402 Toolbox

Large USDC transfer filter

get_large_transfers

Recent USDC transfers on Base above a value threshold. Free via MCP; the same data is also available pay-per-call at https://lab.paidapis.net/api/large-usdc-transfers for production/agentic use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minUsdNoMinimum USD value to include (default 10000).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It usefully discloses that access is free via MCP and that the same data is sold pay-per-call elsewhere, which is real behavioral context; however, 'recent' is undefined (no freshness window), and nothing is said about result ordering, size limits, or pagination.

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?

Two short sentences, purpose front-loaded, no filler. The second sentence is a promotional/alternative-channel note rather than functional information, which slightly dilutes focus but does not bloat the definition.

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?

With one optional parameter, no annotations, and no output schema, the description is adequate but leaves key operational gaps: it never defines the freshness window implied by 'recent', nor says anything about result volume. The pricing sentence is extra context rather than a gap-filler.

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% and the single parameter (minUsd) already documents its meaning and default of 10000. The description only restates 'above a value threshold' and adds no format, unit, or boundary detail beyond the schema, so the baseline of 3 applies.

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?

Names a specific resource (recent USDC transfers on Base) with a scope condition (above a value threshold), so an agent knows exactly what data it returns. Siblings are all unrelated data feeds (gas, attestation, price), so no explicit differentiation is needed, but the description also never states the underlying verb (list/filter/stream).

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 when-to-use or when-not-to-use guidance relative to alternatives. The second sentence describes an access/pricing channel (free via MCP vs pay-per-call URL), which is about cost, not about when this tool is the right 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.

Resources