Skip to main content
Glama

paid_x402_audit

Read-onlyIdempotent

Pre-payment readiness/trust check for any x402 service URL: is it reachable, does it return a valid 402 challenge, what are its accepts (network/asset/amount/payTo), is the challenge signable (EIP-712 params), is an input schema present, and a verdict. Read-only probe of PUBLIC URLs only (SSRF-guarded). Paid per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL of the x402 resource to audit

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior1/5

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

The description adds useful context beyond the read-only/idempotent annotations: PUBLIC URLs only, SSRF-guarded, paid per call, and a verdict. However, it directly contradicts the openWorldHint=false annotation: probing a PUBLIC http(s) URL necessarily accesses the open world. Per the contradiction rule, this dimension scores 1.

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?

The description is front-loaded with the core purpose, then enumerates the audit checks compactly. The final two sentences add unique constraints and cost context with no filler or redundant explanation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With only one required parameter and no output schema, the description still tells the agent what the audit examines and that it produces a verdict. Public-URL restriction, SSRF guard, and paid-per-call nature cover the operational context needed to call this tool safely and correctly.

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?

Schema coverage is 100% and the url parameter already states 'Public http(s) URL of the x402 resource to audit'. The description reinforces the public/schema coverage but adds no new parameter format, validation, or value semantics, so the baseline 3 is appropriate.

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 names a specific verb and resource: it audits/pre-payment checks any x402 service URL. It enumerates concrete checks (reachability, 402 challenge, accepts, signability, input schema, verdict), making the tool's role unmistakable and clearly distinct from siblings like paid_x402_market.

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?

'Pre-payment readiness/trust check' gives a clear trigger for when to use the tool, and 'Read-only probe of PUBLIC URLs only' defines the input context. However, it does not explicitly name alternatives or state when not to use this tool, so it falls just short of full usage 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.

Resources