Skip to main content
Glama

post_x402_service_trust_report

Live, on-demand check of ONE x402-protected endpoint before you pay it: payment-requirements structure, TLS certificate, payTo on-chain balance, known-asset recognition, resource/host consistency, and discovery-manifest cross-check -- not a cached aggregate reputation score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_urlYesThe full https:// URL of the x402-protected endpoint to evaluate.
target_methodNoHTTP method to request target_url with. Defaults to GET; use POST for action-style endpoints that only 402-challenge on POST.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses that the check is live, on-demand, limited to one endpoint, and non-cached, and it lists the evaluated dimensions. However, it does not describe return format, error/timeout behavior for unreachable targets, authentication/rate limits, or whether the tool itself initiates any network request or payment.

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 a single focused sentence with the main action and timing front-loaded, followed by a compact list of check dimensions. Every phrase earns its place, and the negative 'not a cached aggregate reputation score' is an efficient scope marker.

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 tool is a composite check with no output schema and no annotations, and the description does not specify what the returned report looks like or how failures are surfaced. The parameter and scope information is strong, but an agent still lacks expected return/error context for a fairly complex operation.

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 description coverage is 100%, so the schema already documents target_url and target_method with defaults and intent; the description adds no new parameter-level detail. Baseline 3 is appropriate because no extra guidance is needed beyond the schema.

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 concrete action ('Live, on-demand check'), a specific resource ('ONE x402-protected endpoint'), and enumerates six distinct checks it performs. It also distinguishes itself from 'a cached aggregate reputation score,' making its scope easy to separate from any sibling tool.

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?

It tells the agent when to call the tool ('before you pay it') and what it is not ('not a cached aggregate reputation score'), giving clear usage context. It does not name a sibling tool to use instead for cached reputation, so it stops short of a fully explicit alternatives recommendation.

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