Skip to main content
Glama

AuthiChain

verify

Paid AuthiChain verification. Unpaid tools/call returns HTTP 402 ($0.05 USDC on Base). Retry with X-PAYMENT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sealIdNo
serialNo
productIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.2/5.0
Behavior3/5

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

With no annotations, the description does add useful behavioral context: calls are paid, failure yields HTTP 402, and retry should include X-PAYMENT. However, it omits what happens on success, whether the operation is read-only, and any side effects or prerequisites.

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

Conciseness3/5

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

The text is short and front-loads the payment constraint, with no filler. But it is under-specified: payment behavior takes up both sentences while the core verification semantics are absent, so brevity comes at the cost of usefulness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and no parameter descriptions, the tool definition should carry far more context. It covers payment failure but leaves the actual verify call, input relationships, and result semantics undefined.

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

Parameters1/5

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

All three parameters (sealId, serial, productId) are undocumented in the schema (0% coverage), and the description does not mention them. An agent has no basis for choosing or formatting parameter values.

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

Purpose2/5

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

The description says 'Paid AuthiChain verification,' which largely restates the tool name 'verify' and gives no concrete resource or action. It does not explain what gets verified (a seal, a serial, a product) or how this differs from query_provenance.

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?

No when-to-use or alternative guidance is given; the only usage note is about payment, not tool selection. An agent cannot tell whether to call this instead of query_provenance or dpp_readiness_check.

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.