Skip to main content
Glama

read_paid_product

Pay exactly 0.01 USDT0 on the configured Tempo network, then read one paid product.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_idYes
expected_hashNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the critical side effect: exactly 0.01 USDT0 is paid on the configured Tempo network before reading. It does not detail what happens on failed payment, whether the payment is reversible, or what output format results, but the most important behavioral trait is disclosed.

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?

One tight sentence that front-loads the payment action and its exact amount/network, then the read action. Every word contributes, and there is no redundancy.

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 description captures the payment side effect and basic operation, but with no output schema or annotations it leaves gaps: the purpose of expected_hash is unexplained, prerequisites such as account balance or prior setup are absent, and no failure behavior is described. It is adequate for a basic call but not fully complete for a payment-triggering tool.

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?

Schema description coverage is 0%, and the description names no parameter. 'Read one paid product' only weakly implies product_id as the selector, and it gives no meaning or usage guidance for expected_hash beyond the schema's 64-hex pattern. The description does not compensate for the missing schema descriptions.

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 states a specific verb ('read') and resource ('one paid product'), and the payment precondition clearly distinguishes it from sibling read_free_product. The paid/free contrast makes the tool's purpose crisp.

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 clearly implies use when the user needs a paid product rather than a free one, and it emphasizes that a payment must occur first. It does not explicitly exclude read_free_product by name, but the paid/free distinction gives clear context with no contradiction.

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