Skip to main content
Glama

x402 Preflight Trust Check

preflight

One free call before your agent pays.

Probes the URL (no wallet, payment, or auth) and returns a trust-preview.v1 verdict: liveness and latency, TLS validity, the 402 payment handshake with protocol detection (x402 v1/v2, MPP-capable), detected networks/asset/price with a USD estimate, ERC-8004 identity binding with Sybil-filtered reputation for the payee (which can adjust the recommendation), and a proceed / caution / avoid recommendation with human-readable reasons. Paid-tier fields (uptime history, reseller analysis) are present but null on the free tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute https URL of the x402 or MPP payment endpoint to check

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses that the call is free, requires no wallet/payment/auth, is a non-destructive probe, and mentions that paid-tier fields are null on the free tier. This covers key behavioral traits, though it doesn't mention rate limits or error handling.

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 key idea ('One free call before your agent pays') and then systematically lists the verdict contents. It's slightly verbose but every sentence adds value, and the structure is logical.

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?

The tool has an output schema, so return format is covered. The description additionally explains the output fields, mentions free-tier null fields, and covers the use case. It lacks explicit mentions of error cases or rate limits, but given the simplicity (single param) it's sufficiently complete.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds context: it specifies the URL must be 'absolute https URL of the x402 or MPP payment endpoint to check', which clarifies the expected format and purpose beyond the generic schema description.

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?

States a specific verb ('probes') and resource ('URL') and clarifies that it's a trust check before payment. The description explains exactly what it returns (trust-preview.v1 verdict) and distinguishes it as a preflight, which is clear and unambiguous.

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?

Provides explicit context for when to use it ('One free call before your agent pays') and what it does (probes without wallet/payment/auth). No siblings exist, so alternatives aren't needed, but it clearly frames the usage scenario.

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

A4.4/5.0
Disambiguation5/5

With only one tool, there are no overlapping purposes or selection ambiguity. The single 'preflight' tool is clearly the only action the server exposes.

Naming Consistency5/5

The tool name 'preflight' is short, descriptive, and aligns with the server name 'preflight402'. Since there is only one tool, no naming convention conflict exists.

Tool Count3/5

A single tool is at the low end of the scale and makes the server feel thin, but the tool is substantive and narrowly scoped to a preflight probe. It is borderline rather than clearly excessive or inadequate.

Completeness5/5

For the stated purpose of providing a free preflight trust verdict, the tool covers the core workflow comprehensively: liveness, latency, TLS, payment protocol detection, pricing, identity binding, reputation, and a recommendation. Paid-tier fields are intentionally nullable rather than missing operations, so there are no obvious dead ends.