Skip to main content
Glama

post_x402_service_trust_report

Live, on-demand check of ONE x402-protected endpoint's payment-requirements structure, TLS certificate, and payTo on-chain balance before you pay it -- 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.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it delivers key behavioral facts: the check is live, on-demand, per-endpoint, and non-cached. This goes beyond a generic 'check' or 'report' description by disclosing the operational nature of the tool, though it does not mention whether contacting the target endpoint has any side effects or external rate-limit considerations.

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, information-dense sentence that front-loads the most important qualifier, 'Live, on-demand,' then states the scope and negates a common misinterpretation. There is minimal redundancy and every phrase earns its place.

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 absence of both annotations and an output schema, the description does well by indicating what the report covers and when it should be used. It still leaves some context implicit—such as possible validation failures, network dependence, or how the returned balance data should be interpreted—but the core invocation context is sufficiently clear.

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% and the schema already fully explains target_url and target_method, including default and when to use POST. The description adds useful context such as 'ONE x402-protected endpoint' and 'before you pay it,' but it does not add parameter-level meaning beyond what the schema already provides, so the baseline score of 3 applies.

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 ('check'), a clear resource ('ONE x402-protected endpoint'), and the exact dimensions inspected (payment-requirements structure, TLS certificate, payTo on-chain balance). It also distinguishes itself from a 'cached aggregate reputation score,' making the tool's purpose unmistakable even among many siblings.

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 gives explicit context for when to use it: before paying an x402-protected endpoint. It also provides a when-not signal by explicitly rejecting 'cached aggregate reputation score' use cases, though it does not name an alternative sibling tool or detail exclusions such as when to prefer a broader security audit.

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

C2.7/5.0
Disambiguation2/5

Multiple tools occupy the same security-audit space: get_dns_lookup/get_domain_intelligence, get_security_posture/get_web_audit/post_domain_due_diligence, and the three post_security_repo_risk_report variants heavily overlap. Video generation is split only by duration, and get_ssl_check/get_security_posture both target TLS/certificate concerns, so an agent could easily select the wrong tool.

Naming Consistency3/5

All tools use snake_case and a get_/ post_ prefix, which is a recognizable convention and generally readable. However, the suffix order is inconsistent (get_url_parse vs get_security_posture vs post_security_repo_risk_repport_standard), and get/post are HTTP-style prefixes rather than semantic verbs, so the pattern is only partially coherent.

Tool Count2/5

34 tools is well above the 'too many' threshold and spans unrelated domains: domain security, repo risk, JSON/hash/text utilities, media generation, Quebec invoices, and x402 payments. Many tools are variants that could be consolidated (video durations, risk report tiers, audit scopes), so the count feels inflated rather than purposeful.

Completeness2/5

The set lacks a single apparent domain, so no complete lifecycle is clearly covered: video generation has no status/retrieval, repo risk reporting is read-only, and common companions (URL encoding, current timestamp, image analysis) are missing. It is a broad collection of one-off utilities rather than a coherent functional surface.

Resources