Skip to main content
Glama
aeoess

agent-passport-system-mcp

vouch_reputation

Create a signed vouched reputation for an AI agent, enabling cross-gateway portability without exposing receipt history. Specify agent, reputation tier, diversity score, and gateway credentials with optional expiry.

Instructions

Create a vouched reputation for cross-gateway portability (WS-3). Signed summary — no receipt history exposed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
tierYes
diversity_scoreYes
gateway_private_keyYes
gateway_idYes
ttl_secondsNoDefault 30 days
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only states 'signed summary — no receipt history exposed', which hints at output format but omits side effects, authentication needs, rate limits, or data mutation details. Insufficient 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the verb 'Create'. Efficient in length, but could be more informative without becoming verbose.

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

Completeness1/5

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

The tool has 6 parameters, 5 required, no annotations, and no output schema. The description fails to explain return type, required permissions, parameter roles, or consequences of use. Incomplete for practical use.

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

Parameters2/5

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

Schema coverage is only 17% (one parameter described). The description does not explain any of the 6 parameters (agent_id, tier, etc.) beyond what the schema provides. The mention of 'signed summary' implies private key usage but lacks detail on how parameters map to the operation.

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 'Create' and resource 'vouched reputation', and mentions the purpose of cross-gateway portability. However, it does not differentiate this tool from siblings like 'create_gateway' or 'update_reputation', and the reference to 'WS-3' is obscure.

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?

No explicit guidance on when to use this tool versus alternatives. The description implies it is for creating a portable reputation, but does not specify prerequisites, exclusions, or compare with other reputation-related tools.

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