Skip to main content
Glama

check_reputation

Get the full reputation profile of an agent: numerical score, confidence, risk factors, and tier. Provides detailed data for trust analysis.

Instructions

Get the full reputation profile of an agent: score, confidence, risk factors, and tier.

Returns detailed numerical data for analysis and logging.
Use this when you need the actual numbers (score, confidence, risk breakdown).

NOT for yes/no delegation decisions — use check_trust instead (returns allowed: true/false).
NOT for rating history — use get_attestations_received for individual peer reviews.

Read-only. Does not modify any data or affect the target agent's score.

Args:
    did: Agent's DID in W3C format. Must start with "did:key:z6Mk".

Returns:
    JSON with score (0.0-1.0), confidence (0.0-1.0), risk_score (0.0-1.0),
    risk_factors (list), tier (newcomer/basic/trusted/elite), and interpretation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYesAgent's decentralized identifier in W3C DID format. Must start with 'did:key:z6Mk'. Example: 'did:key:z6MkhaXgBZDvotzkL...'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Explicitly states 'Read-only. Does not modify any data or affect the target agent's score.' No annotations provided, so description fully covers behavioral expectations transparently.

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?

Description is well-organized: purpose, not-for sections, read-only note, args, returns. Every sentence adds value; no fluff. Front-loaded with main purpose.

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 single parameter, full schema coverage, output schema provided, and sibling context, the description is complete. It explains return values and usage boundaries.

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?

Input schema has 100% coverage of the single parameter 'did' with description and example. The description repeats that info without adding new meaning, so 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 clearly states the tool gets the full reputation profile (score, confidence, risk factors, tier) and distinguishes it from siblings like check_trust and get_attestations_received. The verb 'get' aligns with the read-only nature.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use (need actual numbers) and when not to use (use check_trust for yes/no decisions, get_attestations_received for rating history). Provides clear alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentveil-protocol/avp-sdk'

If you have feedback or need assistance with the MCP directory API, please join our Discord server