Skip to main content
Glama

MUJ428 Trust Layer — VERIFY BEFORE ACT

get_payment_rails

Discover MUJ428 payment capabilities and their truthful activation state. This is read-only and moves no funds. x402/Base-USDC is currently live; MPP, AP2, streaming micropayments, and tokenized-deposit adapters remain fail-closed until their external provider/verifier is production-verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations provide no safety hints (readOnlyHint, destructiveHint are absent), so the description carries the burden. It explicitly states 'This is read-only and moves no funds,' disclosing a critical behavioral trait. It also provides a concrete state summary (x402/Base-USDC live; MPP, AP2, etc. fail-closed) and the rationale (external provider/verifier not yet production-verified). This is strong behavioral disclosure beyond schema.

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 two sentences, tightly packed with relevant information: it defines the scope (discovery, read-only), the resource, and the live/fail-closed states with reasons. Every clause earns its place; there is no filler or redundancy.

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?

For a zero-parameter discovery tool with no output schema, the description covers the essential context: what it does, that it is safe (read-only), and what the current capability landscape looks like. An agent could call this tool with full understanding of its behavior and risks. The lack of an output schema is a minor gap, but for a capability-discovery tool the description suffices.

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?

The tool has zero parameters, and the schema covers 100% vacuously. The description adds no parameter-specific details because there are none to add. This is a no-argument capability discovery tool, so the description cannot meaningfully add parameter semantics; a baseline 4 is appropriate for the zero-parameter case.

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 clearly states that the tool 'discovers' payment capabilities and their 'truthful activation state' for a specific resource (MUJ428). It explicitly distinguishes itself from siblings like select_payment_rail by being read-only and not moving funds. The verb 'discover' plus the resource and scope make the purpose 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?

The description conveys that this is for discovery (read-only) rather than for initiating payments, which is a critical usage distinction given siblings like select_payment_rail or invoke_trust_service. However, it does not explicitly name alternative tools or state when not to use it, leaving some inference required. The implicit guidance is clear but not fully explicit.

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

A3.8/5.0
Disambiguation3/5

There is some overlap among get_service_catalog and get_trust_layer_pricing, since both surface pricing information, and between invoke_trust_service and trust_action, since both use x402 challenges and payment signatures. The descriptions help clarify differences, but an agent could still misselect when trying to choose between the generic bridge and the Trust Reflex preflight.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern: get_capabilities, get_service_catalog, get_trust_layer_pricing, invoke_trust_service, and select_assurance_tier are all imperative and readable. trust_action breaks the pattern slightly, reading more like a noun phrase than an action command, but it is still understandable alongside the others.

Tool Count5/5

Six tools is well-scoped for a trust-layer server focused on discovery, pricing, fee calculation, and x402 payment flow. Each tool has a defined role in the set, and the count does not feel too heavy or too thin.

Completeness4/5

The surface covers the main workflow well: capabilities discovery, service catalog, pricing, assurance tier fee calculation, generic service invocation, and preflight trust checks. A minor gap is the lack of a direct tool for checking remaining free quota or payment/verification status, but the core trust and payment lifecycle is represented.

Resources