Skip to main content
Glama

x402 Toolbox

On-chain + ledger reputation score

get_reputation

Trust score from real on-chain activity plus our own ledger of settled payments from this address. Free via MCP; the same data is also available pay-per-call at https://lab.paidapis.net/api/reputation for production/agentic use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesAddress to score.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden, and it does disclose the two data sources and the free-vs-paid access model. However, it does not state read-only nature, permissions, rate limits, or output format, leaving significant behavioral context unstated.

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 two sentences, front-loading the core purpose before adding the pricing/access note. It is efficient, though the second sentence is more about distribution than invocation.

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 simple one-parameter read tool, the description gives a reasonable idea of what the score represents and where it comes from. But with no output schema and no annotations, it should explain the return value or format more fully, and it omits sibling differentiation.

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

Parameters3/5

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

There is only one parameter, address, and the schema already provides a 100% coverage description ('Address to score.'). The description adds no additional semantic detail about the parameter, so the baseline of 3 applies.

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 clearly states the resource: a trust score derived from on-chain activity and an internal ledger of settled payments. It does not name or distinguish itself from any sibling tool, so it stops short of a 5.

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?

It mentions that the tool is free via MCP while the same data is pay-per-call elsewhere, which is an access note rather than usage guidance. It gives no indication of when to use get_reputation instead of siblings such as enrich_address or get_attestation_log.

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