Skip to main content
Glama
aeoess

agent-passport-system-mcp

aps_promote_statement

Promotes a provisional statement to binding by attaching a PromotionEvent satisfying the m-of-n signature policy. Requires a valid PromotionEvent and PromotionPolicy. Dead-man-elapsed statements auto-withdraw and cannot be promoted.

Instructions

Commitment boundary: promote a provisional statement to binding by attaching a PromotionEvent that satisfies the PromotionPolicy (m-of-n principal signatures). dead_man_elapsed cannot promote — it auto-withdraws via the dead-man path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statementNoProvisionalStatement from aps_create_provisional
promotion_eventNoPromotionEvent with kind, promoted_at, promoter, promoter_signature, policy_reference
policyNoPromotionPolicy {id, required_signers, threshold, max_time_to_promote}
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 the action (promote) and constraints (needs valid PromotionEvent, cannot promote dead_man_elapsed), but missing details on side effects, success/failure indication, authorization needs, or error behavior.

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 focused sentences. First sentence states purpose and requirement; second adds a key constraint. No redundant words, though slightly more structure could improve readability.

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?

No output schema, and tool involves complex multi-signature promotion. Description lacks return value, error conditions, and construction details for PromotionEvent. Adequate for basic understanding but not fully complete for an agent.

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 brief descriptions. The description adds significant context: explains statement provenance, PromotionEvent structure, and PromotionPolicy fields. This goes beyond the schema's labels, aiding correct parameter construction.

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's purpose: promoting a provisional statement to binding via a PromotionEvent satisfying a PromotionPolicy. It also distinguishes what it cannot do (dead_man_elapsed), making the scope unambiguous.

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 usage for standard promotion through m-of-n signatures, but does not explicitly when to use this tool over alternatives like aps_withdraw_provisional or aps_verify_promotion. The mention of dead-man path provides indirect guidance but lacks explicit 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/aeoess/agent-passport-system-mcp'

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