Skip to main content
Glama

x402-publish-1789191731086-payeecheck

payeecheck: Does this payTo address actually get paid? Reads inbound USDC transfers on Base from a 100%-coverage snapshot and reports the count and total. Built for the question our own on-chain census says every buyer should ask first: of 879 directory-listed x402 sellers, 805 received nothing in 24 hours. Returns paid true/false plus transfers and USD, with the snapshot window and its caveats. Base mainnet USDC only. Not a trust score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

There are no annotations, so the description carries the full burden, and it does well: it discloses that this is a read operation over a 100%-coverage snapshot, what it returns, and that caveats are included. It still leaves some gaps such as data freshness and how the payTo address is supplied, but it is highly transparent for a no-parameter read tool.

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 question and the verb-resource behavior, and most sentences earn their place. The census statistic ('879 directory-listed x402 sellers...') is more motivational than operational, but it is short and does not seriously distract from the tool's purpose.

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 output is described well enough given that there is no output schema: paid true/false, transfers, USD, snapshot window, and caveats. The major completeness gap is input: the schema has no properties, yet the tool appears to require a payTo address, and the description never explains how to provide it.

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?

With zero parameters, the schema documents nothing, which normally earns a baseline of 4. However, the description repeatedly references 'this payTo address' while the input schema is empty, creating ambiguity about how the address is passed to the tool. This mismatch reduces confidence in correct invocation.

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 is explicit about what the tool does: it reads inbound USDC transfers on Base from a snapshot and reports paid status, count, and total. It also draws clear boundaries with 'Base mainnet USDC only' and 'Not a trust score', which helps distinguish it from wallet-intel or trust-like sibling tools.

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

Usage Guidelines4/5

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

It gives clear usage context ('every buyer should ask first') and scoping constraints ('Base mainnet USDC only', 'Not a trust score'), so an agent knows when the tool applies. It stops short of naming alternative sibling tools or explicitly stating when not to use it.

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