Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

aps_create_provisional

Create a non-binding provisional statement for agent-to-agent negotiation. Statements auto-withdraw if not promoted before a dead-man expiry.

Instructions

Commitment boundary: emit a provisional statement for agent-to-agent negotiation. Default is non-binding until a PromotionEvent satisfies a PromotionPolicy. Dead-man expiry auto-withdraws.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authorYesAgentDID/public key of the emitting agent
contentYesStatement content (offer, position, claim)
gateway_idNoGateway id for timestamping (default: 'mcp')
dead_man_msNoDead-man expiry relative to now (ms). If elapsed without promotion/withdrawal, statement auto-withdraws.
author_principalYesPrincipalDID behind the author
author_private_keyYesHex private key of author for signing
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals key behaviors: default non-binding, promotion condition via PromotionPolicy, and dead-man expiry auto-withdrawal. It lacks details about persistence or return behavior, but the disclosed lifecycle semantics are substantial.

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 three dense, front-loaded sentences with no filler. The opening 'Commitment boundary' provides framing, and each subsequent sentence adds essential lifecycle 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?

For a lifecycle-driven provisional commitment tool, the description covers the core purpose, non-binding default, promotion trigger, and expiry behavior. It could be improved by referencing sibling tools for promotion/withdrawal and clarifying the return value, but the schema covers parameter details fully.

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 contextual meaning around dead-man expiry and promotion policy, but it does not provide parameter-level detail beyond what the schema already documents.

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 'emit a provisional statement for agent-to-agent negotiation' with a specific verb and resource. It further distinguishes itself by explaining 'non-binding until a PromotionEvent satisfies a PromotionPolicy,' setting it apart from final/promotion-related tools.

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 clear context for when to use the tool: for non-binding, provisional statements in agent-to-agent negotiation. It implies exclusions (e.g., not for binding commitments) but does not explicitly name alternatives like aps_promote_statement or aps_withdraw_provisional.

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