Skip to main content
Glama

x402 Paid-Path Health Probe

probe_x402_paid_path
Read-onlyIdempotent

Probe a public x402 paid endpoint without signing or paying, then parse the HTTP 402 challenge. Pass target plus optional expected network/asset/price to verify payment metadata and receive a deterministic health receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoProbe mode for v1. Defaults to unpaid_402.
methodNoSafe unpaid probe method. Defaults to GET.
targetYesSpecific paid endpoint URL to probe without payment.
expectedNoOptional expected x402 metadata such as network, asset, and priceUsd.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksYes
issuesYes
targetYes
healthyYes
receiptYes
observedYes
recommendedFixesYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, establishing a safe, side-effect-free profile. The description adds useful context by stating it probes 'without signing or paying' and that it produces a 'deterministic health receipt,' which aligns with and enriches the annotation hints. No contradictions exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the main verb and target, and every clause adds relevant information. There is no redundancy or filler, making it highly concise and well-structured.

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?

Given the rich schema and annotations, the description is sufficient. It explains the tool's function, safe read-only nature, and the purpose of the key optional parameter. It does not detail error handling or output structure, but an output schema exists and the tool's purpose is clear, so this is not a critical gap.

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%, so the baseline is 3. The description adds meaning by explaining that the 'expected' parameter is used 'to verify payment metadata' and mapping its sub-fields (network/asset/price) to that purpose. This goes slightly beyond the schema, though mode and method still rely on their enum descriptions.

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 the specific verb 'Probe' and clearly identifies the target resource ('public x402 paid endpoint') and the key outcomes ('parse the HTTP 402 challenge' and 'receive a deterministic health receipt'). It distinguishes itself from sibling tools like scan_x402_resource by emphasizing the unpaid, no-signature probing approach.

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?

The description states the primary use case: probing a paid endpoint without signing or paying, which clearly indicates when this tool is appropriate. However, it does not explicitly reference sibling tools or state when not to use it, so there is no direct exclusions or alternative guidance.

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.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some conceptual overlap: 'check_agent_tool_readiness' and 'scan_x402_resource' both evaluate readiness, while 'boundary_guard_check' and 'generate_trust_receipt' both produce receipts. Descriptions clarify the differences, so ambiguity is low.

Naming Consistency4/5

All names use snake_case, and most follow a verb_noun pattern (check_, generate_, probe_, scan_). 'boundary_guard_check' deviates by being a noun-noun compound, but it's the only outlier and remains readable.

Tool Count5/5

With 6 tools, the count is well-scoped for an x402/MCP utility server. Each tool covers a distinct aspect (pre-action guard, readiness, receipts, launch pack, probing, scanning) without unnecessary bloat.

Completeness4/5

The set covers the core lifecycle of x402 validation and seller readiness: pre-action checks, readiness assessment, trust receipts, launch assets, and endpoint probing/scanning. Minor gaps exist (e.g., no tool to update or delete launch packs), but they are not critical to the server's purpose.