Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

verify_rotation_chain

Verifies all rotation signatures in a DID document's rotation log to ensure the full chain is cryptographically valid. Returns true if the entire chain is authentic.

Instructions

Verify all rotation signatures in a DID document's rotation log. Returns true if the full chain is cryptographically valid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
did_documentYesRotatableDIDDocument JSON object with rotationLog
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the return value (true if valid) but does not explicitly state whether the operation is read-only, how errors are handled, or what happens with malformed input. The verb 'verify' implies non-mutation, but side effects are not explicitly ruled out.

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 a single sentence that front-loads the action and includes the return value. Every word contributes to the core meaning, with no redundancy or unnecessary detail.

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 simple verification tool with one parameter and a boolean return, the description covers the essential behavior. The schema documents the input structure, and the return behavior is stated. It could mention error cases or prerequisites, but the tool is simple enough that the description is adequately complete.

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 coverage is 100% for the single parameter did_document, which is described as a 'RotatableDIDDocument JSON object with rotationLog'. The tool description adds minimal extra semantic meaning beyond referencing the rotation log, so the baseline of 3 is appropriate.

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 uses the specific verb 'Verify' and clearly identifies the resource as 'all rotation signatures in a DID document's rotation log'. It also states the expected return value, making the tool's purpose unambiguous and distinct from sibling verification tools like verify_charter or verify_governance_block.

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: this tool is for validating the cryptographic integrity of a DID's rotation chain. However, it does not explicitly mention when to use it over alternative verification tools or list any prerequisites or exclusions.

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