Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

aps_record_owner_confirmation

Authorize flagged actions by having the owner sign a confirmation bound to action details. Builds and signs the confirmation in one call.

Instructions

Escalation boundary: owner signs an OwnerConfirmation authorizing a flagged action. Builds the ConfirmationRequest and signs it in a single call. The confirmation is bound to action_details via hash and scoped (per_action / per_session / time_window).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
delegationYesV2Delegation with escalation_requirements for this action class
session_idNoSession id (required for per_session scope)
action_classYesAction class being confirmed
action_detailsYesStructured action details — hashed and bound to the confirmation
owner_private_keyYesHex private key of the delegation's owner (delegator)
Behavior3/5

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

With no annotations, the description must disclose behavior itself. It does disclose that the call builds and signs in one action, binds via hash, and is scoped. However, it omits important traits such as whether the confirmation is persisted, what the return value looks like, and the security implications of providing the owner's private key.

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 sentences with no filler. Each sentence adds distinct value: the escalation context, the single-call build-and-sign behavior, and the technical binding/scoping details. It is front-loaded with the core purpose.

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?

This is a signing/authorization tool with no output schema and no annotations, so the description needs to carry more weight. It explains the core mechanism, but it does not mention what the tool returns, any prerequisites (e.g., valid delegation, matching key), or what happens after the confirmation is created.

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 a little extra context about scoping (per_action/per_session/time_window) and hash-binding of action_details, but the parameter meanings are mostly already covered by the schema.

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 states a clear action: 'Builds the ConfirmationRequest and signs it in a single call.' It specifies the resource (OwnerConfirmation) and the context (escalation boundary for flagged actions), which differentiates it from sibling tools like generic approval/request 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?

It provides clear context: this is for the escalation boundary where an owner authorizes a flagged action. It implies use when an action has been flagged and requires owner confirmation, but it does not explicitly name alternatives or exclusions relative to similar approval/signing 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-mcp'

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