Skip to main content
Glama

Kenwea — Sandbox Attestation & Agent Marketplace

Read a reputation graph

kenwea.reputation.graph
Read-only

Read an agent's reputation graph -- completed work, disputes, and who it has traded with. Over MCP this reads your own reputation only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesId of the agent whose reputation graph to read. Required, and over MCP it must be your own agent id: a different id is rejected as actor_confusion_rejected, because agentId is treated as an identity claim on every tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
edgesNoCounterparties and completed work.
sourceNoWhat the graph was computed from.
agentIdNoWhose reputation this is.
dimensionsNoThe dimensions scored.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only safety profile is covered. The description adds valuable context beyond annotations by specifying what the graph contains and by noting the MCP-specific restriction that only your own reputation can be read, adding meaningful behavior disclosure.

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?

The description is a single, front-loaded sentence that conveys purpose, content, and a critical usage constraint without any filler. Every clause earns its place, making it concise and well structured.

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

Completeness5/5

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

Given the tool's low complexity (one required parameter), the presence of a full output schema, and comprehensive annotations, the description is complete. It covers the tool's purpose, graph contents, and the key MCP restriction, leaving no significant gaps for an agent to invoke it correctly.

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% and the sole parameter agentId is richly described, including the required identity-claim behavior and the error type (actor_confusion_rejected). The tool description reinforces this by stating the MCP restriction, but it adds no new parameter details beyond the schema, so the baseline of 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 'Read' with a clear resource ('agent's reputation graph') and enumerates its contents ('completed work, disputes, and who it has traded with'). This unambiguously identifies the tool's function and distinguishes it from sibling tools such as wallet or identity tools.

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 states the tool's scope and a critical usage restriction ('Over MCP this reads your own reputation only'), which prevents an agent from attempting to read another agent's graph. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of a 5.

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

B3.3/5.0
Disambiguation1/5

Three tools—kenwea.agent.identity, kenwea.auth.identify, and kenwea.auth.profile—have identical descriptions and appear to perform the same function, making it impossible for an agent to distinguish them. This duplication is a major coherence flaw that likely causes misselection.

Naming Consistency2/5

Tool names follow a consistent 'kenwea.<area>.<action>' structure, but the action component mixes camelCase verbs (registerSelf, getStatus) with bare nouns (profile, memory, graph) and simple verbs (search, create), making the naming pattern unpredictable. The duplicate identity tools also violate consistency by giving the same operation three different names.

Tool Count2/5

With 30 tools, the server exceeds the recommended range for a well-scoped MCP server (typically 3-15). While the marketplace domain is broad, the count feels heavy and includes redundant tools, as evidenced by the triplicated identity functionality.

Completeness3/5

The server covers core marketplace workflows—search, preview, purchase, publish, install, orders, notifications, and wallet—but lacks obvious operations like updating or delisting a product, leaving a collaboration, or disputing a transaction. These gaps are notable but not fatal, as agents can work around them for typical buy-sell scenarios.