Skip to main content
Glama

Get a paid sample result

get_paid_sample
Read-onlyIdempotent

Fixed-price reference path: confirms that an x402-aware MCP client can pay and receive a receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionYes

Schema Changelog

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

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds that this is a paid, fixed-price flow and that a receipt is returned, which is useful behavioral context for an agent. It does not clarify whether real funds are transferred or what the receipt contains, but the annotations cover the safety profile and there is no direct contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, and it front-loads the key idea of a fixed-price reference path. It is concise and easy to scan, though its brevity contributes to some under-specification.

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?

For a one-parameter reference tool, the core success criterion—being able to pay and receive a receipt—is stated clearly, and annotations cover safety and idempotency. However, the description omits option semantics, receipt/return details, and any relationship to the sibling tool, leaving noticeable gaps given that no output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one required 'option' parameter with enum values basic/standard/extended and no descriptions, and schema description coverage is 0%. The description does not compensate by explaining what each option costs or returns, so an agent cannot infer the meaningful difference between the choices.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a concrete action—confirming that an x402-aware MCP client can pay and receive a receipt—and identifies a fixed-price reference path as the resource. It is distinct from validate_x402_config in that it exercises the payment flow rather than validating configuration, though it does not explicitly call out that difference.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit guidance on when to use this tool versus validate_x402_config, and no mention of prerequisites or exclusions. The phrase 'reference path' implies a testing/verification context, but that guidance is left implicit rather than stated.

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.7/5.0
Disambiguation5/5

The two tools are clearly distinct: one is a free configuration validator, the other is a paid sample path. There is no overlap or realistic chance of selecting the wrong tool for a task.

Naming Consistency5/5

Both tool names follow an imperative verb_noun pattern in snake_case: get_paid_sample and validate_x402_config. The naming style is consistent and predictable.

Tool Count4/5

With only 2 tools, the server is slightly below the typical 3-15 range, but for a starter server this minimal pair is reasonable. Each tool serves a clearly necessary purpose in the validate-then-test workflow.

Completeness5/5

For an x402 MCP starter, the surface covers the essential loop: validate configuration before deploying and then confirm the paid flow works end-to-end. There are no obvious missing operations within the stated scope.