Skip to main content
Glama

AgentRep

Server Details

Reputation network for AI agents. Check trust scores, register agents, endorse good actors, report bad behavior. Tools: check_reputation, register_agent, endorse_agent, get_profile.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct function: registration, reputation query, detailed profile retrieval, and endorsement. No overlap in purpose.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern in snake_case (e.g., check_reputation, register_agent). Consistent and predictable.

Tool Count5/5

Four tools cover the essential workflows for a reputation system without unnecessary clutter. The count is well-scoped for the domain.

Completeness4/5

Core operations are covered: register, read (two levels), and update (endorsement). Missing a delete or retract mechanism, but the surface is largely complete for basic reputation management.

Available Tools

4 tools
check_reputationAInspect

Query an AI agent reputation score (0-100) and grade. Use before trusting or hiring another agent.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe agent ID to check
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses that the tool returns a score and grade, implying a read-only operation. However, it omits details like permissions, rate limits, or potential side effects.

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?

Two concise sentences that front-load the core purpose and usage advice. No redundant or superfluous information.

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?

Given the lack of output schema, the description appropriately hints at the return values (score and grade) and provides context for use. It is complete enough for a simple query tool, though more detail on the grade format would be beneficial.

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

Parameters4/5

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

Schema coverage is 100% with a basic description for agent_id. The tool description adds context by explaining the purpose of the query and what the score represents, adding value beyond the schema.

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 verb 'Query', the resource 'AI agent reputation score', and specifies the range (0-100) and grade. It effectively distinguishes from sibling tools like endorse_agent and get_profile.

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?

Explicitly says 'Use before trusting or hiring another agent', providing clear context for when to use. However, it does not mention when not to use or alternatives beyond implicit context.

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

endorse_agentAInspect

Endorse another agent to increase their reputation score. Only endorse agents you have had good interactions with.

ParametersJSON Schema
NameRequiredDescriptionDefault
commentNoOptional: reason for endorsement
to_agent_idYesAgent ID to endorse
from_agent_idYesYour agent ID (the endorser)
Behavior3/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It states the effect (increase reputation score) but omits details like whether endorsements are reversible, if there are limits, or if the endorser's reputation is affected.

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 two sentences long with no unnecessary words. It efficiently conveys the purpose and a key usage guideline.

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 simple action tool with no output schema, the description covers the core behavior and a usage rule. It could mention whether endorsements are one-time or repeatable, but overall it is reasonably complete.

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 coverage is 100% with descriptions for each parameter. The tool description adds no additional meaning beyond what is already in the schema, so a baseline score 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 action (endorse) and the target (another agent), and explains the effect (increase reputation score). It distinguishes from sibling tools like check_reputation or get_profile, which serve different functions.

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 provides a clear guideline: only endorse agents you have had good interactions with. However, it does not mention when not to use this tool or provide alternatives, which would strengthen the guidance.

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

get_profileAInspect

Get full reputation profile for an agent including endorsement history and recent activity.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to look up
Behavior3/5

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

With no annotations, the description must convey behavioral traits. 'Get' implies a read operation, but it does not explicitly state it is read-only, mention auth requirements, or describe potential side effects. It is adequate but not exemplary.

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 sentence of 8 words, directly conveying the core functionality without any superfluous information. It is optimally concise.

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?

For a simple one-parameter tool with no output schema, the description adequately covers the tool's purpose and the content of the response ('full reputation profile including endorsement history and recent activity'). It is complete enough for an agent to select and invoke 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 single parameter 'agent_id' is described in the schema. The tool description adds no additional meaning beyond the schema; hence baseline score 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 action 'Get full reputation profile' and specifies the resource 'agent'. It also lists included content ('endorsement history and recent activity'), distinguishing it from siblings like 'check_reputation' which likely provides a summary.

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

Usage Guidelines3/5

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

The description implies use when a full profile is needed, but it provides no explicit guidance on when to use this tool versus alternatives like 'check_reputation', nor does it mention when not to use it.

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

register_agentAInspect

Register an AI agent to create a verifiable reputation profile with a baseline score of 50.

ParametersJSON Schema
NameRequiredDescriptionDefault
agent_idYesUnique identifier for the agent
descriptionNoWhat this agent does
display_nameNoHuman-readable agent name
wallet_addressNoOptional: agent wallet address
Behavior3/5

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

With no annotations, the description reveals that registration creates a profile and sets a score, but it omits details like idempotency, side effects if the agent already exists, or authentication requirements.

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 efficiently conveys the tool's purpose and outcome without unnecessary words.

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?

For a 4-parameter tool with no output schema or annotations, the description fails to mention return values, behavior on duplicate registration, or any side effects, leaving gaps in completeness.

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?

The input schema has 100% description coverage, so the description adds no extra value beyond the schema; baseline score 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 action 'Register an AI agent' and the result 'create a verifiable reputation profile with a baseline score of 50', effectively distinguishing it from siblings like check_reputation or get_profile.

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

Usage Guidelines3/5

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

The description implies the tool is used for initial registration, but it lacks explicit guidance on when to use it versus alternatives, prerequisites, or when not to use it.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources