Skip to main content
Glama

Server Details

Verify your agent's x402 payment flow for free on Base Sepolia testnet before real money moves.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 1 of 1 tools scored.

Server CoherenceA
Disambiguation5/5

Only one tool exists, so there is no possibility of confusion. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool name 'check_payment_flow' uses a consistent verb_noun pattern, which is clear and predictable.

Tool Count2/5

With only one tool, the server feels too sparse for a 'test suite' scope. Typically, a test suite would include multiple test tools or supporting operations.

Completeness2/5

The server provides only a single test operation, leaving obvious gaps such as setup, teardown, or additional payment flow tests. This significantly limits its usefulness.

Available Tools

1 tool
check_payment_flowCheck x402 payment flowAInspect

Verifies an agent's x402 payment flow against a free Base Sepolia testnet endpoint. Call with no arguments first to get back the payment-required challenge (price, network, payTo). Sign it with your x402 client, then call again passing paymentSignature as the encoded PAYMENT-SIGNATURE header value to get back a verified/failed receipt.

ParametersJSON Schema
NameRequiredDescriptionDefault
paymentSignatureNoEncoded PAYMENT-SIGNATURE header from a signed x402 payment payload. Omit to receive the payment-required challenge instead.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the two-step interaction, the challenge contents (price, network, payTo), and the outcome (verified/failed receipt). It implies a non-destructive verification, which is appropriate. No behavioral surprises.

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, perfectly front-loaded, zero wasted words. Every sentence serves a purpose: first defines the tool, then explains the two-step process. Highly efficient.

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 tool with one optional parameter and no output schema, the description fully explains the workflow, expected inputs, and possible outcomes. It provides enough context for the agent to use it correctly without additional documentation.

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 schema already describes paymentSignature as 'Encoded PAYMENT-SIGNATURE header'. The description adds significant value by explaining that omitting it returns a challenge and including it returns a receipt. This clarifies the parameter's role in the flow 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 clearly states the tool verifies an x402 payment flow against a specific testnet endpoint. It distinguishes the two-step process: first without arguments to get a challenge, then with paymentSignature to get a receipt. This is specific and 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 provides explicit usage steps: call with no arguments first, then call again with paymentSignature. It tells the user what to expect at each step, giving clear context for when to use each variant. It does not explicitly state when not to use it, but the flow is well-defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources