Skip to main content
Glama

Anyway Possible Paid Agent Utilities

x402 Merchant Snapshot ($0.05 USDC)

merchant_snapshot
Read-only

Score an x402 merchant's discovery, reliability, buyer signals, and observed Base USDC activity, then identify the largest revenue issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payToYes
queriesYes
excludePayersNo

TDQS

A3.7/5.0
Behavior4/5

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

The annotations already carry the safety profile (readOnlyHint=true, destructiveHint=false), and the description is consistent with that — 'Score' and 'identify' are pure analysis verbs with no mutation implied. The description adds context by referencing on-chain 'observed Base USDC activity', which aligns with openWorldHint=true, and the title discloses a $0.05 USDC invocation cost — meaningful behavioral context beyond the annotations. It does not describe return behavior in detail, but for a read-only analysis tool the disclosure burden is largely met.

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?

One front-loaded sentence leads with the verb and resource and lists the scoring dimensions efficiently with zero fluff. The title handles the cost disclosure separately. It is appropriately sized, though the compound outcome ('then identify the largest revenue issue') could have been given slightly more structural emphasis.

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?

There is no output schema, so the description bears the burden of explaining return values; it communicates high-level results (a score and a revenue issue) but not their shape or fields. The biggest completeness gap is the unexplained 'queries' parameter, which an agent must populate to invoke the tool correctly. Rich annotations and the title's cost disclosure help, but the missing parameter semantics and return-format detail leave clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it never defines what 'queries' means — an agent cannot tell whether these are search terms, merchant aliases, or lookup keys, or what format to use. payTo is self-explanatory from its Ethereum-address pattern and excludePayers is clear from its name, but the required queries field is genuinely ambiguous. The description's mention of 'discovery' and 'buyer signals' hints at the purpose of queries but never states it explicitly.

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 uses a specific verb ('Score') and a specific resource ('an x402 merchant'), then enumerates the exact scored dimensions: discovery, reliability, buyer signals, and observed Base USDC activity. It also states a clear second outcome ('identify the largest revenue issue'). This clearly differentiates it from siblings like batch_check_urls and treasury_preflight, which target different resources and outputs.

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?

There is no explicit when-to-use guidance and no mention of alternatives. Usage is only implied: because the description says what the tool scores, an agent can infer it is for evaluating merchants, but nothing tells it when to prefer merchant_snapshot over batch_check_urls or treasury_preflight, nor 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.

TDQS

B3.4/5.0
Disambiguation4/5

Tools are mostly distinct. batch_check_urls and verify_web_evidence both involve URLs, but one is multi-URL health checking while the other is single-URL evidence verification with receipts. merchant_snapshot and treasury_preflight occupy clearly separate payment-intelligence domains.

Naming Consistency3/5

All names use snake_case, but the pattern is mixed: two are verb-first (batch_check_urls, verify_web_evidence) and two are object-first (merchant_snapshot, treasury_preflight). This is readable but not fully predictable.

Tool Count5/5

Four tools is well-scoped for a paid utility server. Each tool covers a distinct, useful capability without redundancy or bloat.

Completeness4/5

The surface covers batch and single URL checks, evidence verification, merchant diagnostics, and payment preflight. Minor gaps exist, such as no simple single-URL status-only check or merchant follow-up action, but the set feels intentionally scoped.