Skip to main content
Glama

Who wrote an agent's feedback

read_reputation
Read-onlyIdempotent

Report who wrote an agent's ERC-8004 feedback, not how much of it there is. A sample of 1,200 BSC records came from 53 addresses, one of which wrote 265 of the oldest 600, so a count of records is a count of writes rather than of opinions. Returns how many carry a mark, how many distinct addresses wrote them, and what share came from the busiest one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainIdNoChain id. One of 56, 97. Defaults to 56.
tokenIdYesERC-8004 token id, decimal digits.

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The description goes beyond the annotations by explaining analytical behavior: it returns a count of marked records, distinct addresses, and the share from the busiest writer. It also gives a concrete sample statistic to illustrate why raw record counts can mislead about opinions. No contradiction with the readOnly/idempotent/destructive annotations.

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 compact and front-loads the core purpose before the clarifying caveat and return summary. The sample statistic is slightly detailed but earns its place by reinforcing why this tool measures authorship rather than opinion volume. No redundancy.

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

Completeness4/5

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

For a read-only analysis tool with two well-documented parameters and no output schema, the description adequately explains the return semantics: marked count, distinct addresses, and busiest-writer share. It could specify behavior for invalid token IDs or unsupported chains, but the annotations and schema cover the essential invocation context.

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?

Schema description coverage is 100%, with chainId and tokenId already documented in the schema. The description provides useful domain context about ERC-8004 and BSC records, but it does not add meaning beyond what the schema already communicates for either parameter. Baseline 3 is appropriate.

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 uses a specific verb and resource: "Report who wrote an agent's ERC-8004 feedback." It also distinguishes itself from a mere quantity tool by explicitly saying it is "not how much of it there is," making its purpose unmistakable.

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 clearly frames when this tool is appropriate: when you care about authorship of feedback rather than aggregate volume. It does not explicitly name sibling alternatives or state when not to use it, but the contrast with "not how much" provides usable selection guidance.

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

A4.2/5.0
Disambiguation4/5

Most tools have distinct angles—live single check, history, paid deep report, comparison, owner sweep—so misselection is unlikely in practice. However, verify_agent, uptime_history, and deep_report all probe one agent and could be confused without reading descriptions carefully.

Naming Consistency4/5

Six of nine tools follow the verb_noun pattern (check_payment, verify_agent, find_agents), and all names are readable snake_case. The exceptions—agents_by_owner, deep_report, and uptime_history—are noticeable but not chaotic.

Tool Count5/5

Nine tools is well-scoped for a monitoring and verification service. Each tool covers a distinct user need with no obvious redundancy.

Completeness4/5

The set covers search, live verification, uptime history, reputation source analysis, payment checks, comparison, owner listing, and mandate planning. Minor gaps like pagination on agents_by_owner and find_agents prevent a higher score.

Resources