Skip to main content
Glama

X402 Verification Reports

x402_verification_reports
Read-onlyIdempotent

Public ledger of recent x402 readiness reports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum recent public readiness reports to request.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
statsYes
reportsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the safety profile is well covered. The description adds that the data is public and recent, which is mild contextual value, but it does not describe pagination or what a report contains.

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 short sentence with no filler; 'public' and 'recent' add meaningful scope and the description is front-loaded. It could be improved by an explicit verb, but as written it is economical and to the point.

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 simple read-only tool with one fully documented parameter and an output schema does not require extensive prose, but the description is too terse to fully orient an agent among many x402-related siblings. Some usage context or a pointer to a complementary tool would complete 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?

The single parameter limit is fully documented in the schema, including a default and description. The tool description repeats 'recent public readiness reports' but adds no semantic detail beyond the schema's parameter description, so the baseline 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?

The description characterizes the tool as a public ledger of recent x402 readiness reports, making the resource and scope clear and separating it from action-oriented siblings like x402_readiness_verify. It lacks an explicit verb such as 'list' or 'retrieve,' so the operation is inferred rather than stated.

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?

No guidance is given about when to use this tool versus sibling tools such as x402_readiness_verify, x402_launch_kit, or ontario_x402-implementation-audit. An agent must infer the use case entirely from the resource description and the readOnlyHint.

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.