Skip to main content
Glama
aeoess

agent-passport-system-mcp

aps_capability_evaluate_authority

Evaluate authority to permit or deny access by verifying a subject's signed request, delegation chain, and authority-token preimage against a sink challenge.

Instructions

v0.1 capability-token authority evaluation request (M2). Subject signs a request carrying the sink's M1, the delegation chain, and a revealed authority-token preimage. The gateway consumes this to decide permit/deny. Search keywords: capability token, authority evaluation, M2.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
challengeNoSinkChallenge object from M1
delegation_chainYesv2.x delegation envelopes
authority_tokenYes
freshness_beaconYes
subject_private_keyYesSubject Ed25519 private key (hex)
subject_public_keyYesSubject Ed25519 public key (hex)
delegation_chain_rootNoOverride; otherwise computed from chain
Behavior3/5

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

With no annotations, the description carries full weight for behavioral transparency. It states the subject signs a request and the gateway decides permit/deny, but fails to disclose side effects, error conditions, rate limits, or authentication requirements. The disclosure is basic but adequate for a single-purpose evaluation tool.

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?

The description is concise at three sentences, front-loading the purpose and protocol step. It uses technical terms (M1, M2, preimage) that are necessary for the domain but could be slightly more accessible. Overall, it is well-structured and earns its content.

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?

Given the tool's complexity (7 parameters, nested objects, no output schema), the description covers the main flow but omits details like what 'permit/deny' returns, how to construct the delegation chain, and what happens on failure. The schema descriptions help, but the overall completeness is average—adequate for a domain-expert agent but not fully self-sufficient.

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 description adds context by explaining that the request carries the sink's M1 (challenge), delegation chain, and authority-token preimage, which clarifies the role of key parameters beyond the schema. Schema description coverage is 71%, and the description compensates for missing top-level descriptions of authority_token and freshness_beacon by implying their use. This helps an agent understand how parameters relate in the protocol.

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 identifies the tool as a 'capability-token authority evaluation request (M2)' and explains the flow: the subject signs a request with the sink's M1, delegation chain, and revealed authority-token preimage. It clearly distinguishes from siblings like issue_challenge or mint_receipt by focusing on evaluation, but the technical jargon may obscure the core action for some agents.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives. It describes what the tool does but lacks context about prerequisites, when an agent should invoke it, or when to choose a different capability tool like aps_capability_issue_challenge or aps_capability_sign_effect.

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