Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

update_reputation

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

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
scopeYesReputation scope
agentIdYesAgent whose reputation to update
successYesWhether the task succeeded
principalIdYesPrincipal ID
evidenceClassYesComplexity of the task
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently states the direction of state changes (success increases mu, decreases sigma; failure opposite) and the scaling effect of evidence class. It does not discuss permissions or error cases, but the core behavior is well described.

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, front-loaded with the action and immediately followed by the key behavioral details. Every clause earns its place with no redundancy or filler.

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 mutation tool with no output schema, the description covers purpose, behavior, and a key parameter relationship. It lacks explicit guidance on choosing this tool over sibling reputation tools and omits permission requirements, but given the schema's completeness and the simple nature of the update, it is adequately contextualized.

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?

The schema already describes all 5 parameters (100% coverage). The description adds useful semantic information by explaining how 'success' affects mu/sigma and how 'evidenceClass' influences magnitude—details not present in the schema. It does not elaborate on scope/principalId, but overall it enriches parameter understanding.

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 phrase ('Update an agent's reputation') and clearly indicates the context and effect ('after a task result'). It also distinguishes itself from sibling tools by naming the internal mu/sigma mechanics and evidence class scaling, which separates it from tools like vouch_reputation or apply_reputation_downgrade.

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 gives a clear usage context ('after a task result') and explains the expected effect based on success/failure. However, it does not explicitly mention alternative tools or state when not to use this tool, so it stops short of full comparative guidance.

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-mcp'

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