Skip to main content
Glama
aeoess

agent-passport-system-mcp

update_reputation

Adjust an agent's reputation parameters (mu and sigma) based on task outcome. Success increases mu and decreases sigma; failure reverses. Effect magnitude scales with evidence class.

Instructions

Update an agent's reputation after a task result. Success increases mu and decreases sigma; failure does the opposite. Higher evidence class = larger effect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentIdYesAgent whose reputation to update
principalIdYesPrincipal ID
scopeYesReputation scope
successYesWhether the task succeeded
evidenceClassYesComplexity of the task
Behavior3/5

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

With no annotations, the description must fully disclose behavior. It explains the effects on mu and sigma based on success/failure and evidence class. However, it does not mention side effects, authorization requirements, reversibility, or rate limits, which are important for safe invocation.

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, front-loading the purpose and effect, with no unnecessary words. Every sentence adds value.

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?

The description explains the core behavior adequately but omits return value information. Given the tool has no output schema, the agent needs to know what the response looks like. It also misses prerequisites or post-conditions.

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%, so the baseline is 3. The description adds implicit context for evidenceClass (larger effect), but does not elaborate on the specific parameters beyond what the schema already provides.

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 verb 'Update' and the resource 'agent's reputation', and specifies the context ('after a task result') with behavioral effects (mu and sigma changes). However, it does not explicitly differentiate from the sibling tool 'apply_reputation_downgrade', which could be a close alternative.

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?

The description implies usage after a task result, but provides no explicit when-to-use or when-not-to-use guidance. It does not mention alternatives like 'apply_reputation_downgrade' or conditions that would make this tool inappropriate.

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/aeoess/agent-passport-system-mcp'

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