Skip to main content
Glama
aeoess

agent-passport-system-mcp

supersede_v2_delegation

Replace an existing v2 delegation by specifying a new scope, justification, and expiration. Scope narrowing requires justification; expansion requires an independent reviewer.

Instructions

Supersede a v2 delegation. Scope narrowing needs justification. Scope expansion also needs independent reviewer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
original_delegation_idYes
new_scope_categoriesYes
justificationYes
valid_untilYes
trust_epochNo
expansion_reviewerNoRequired if scope expands
expansion_reviewer_private_keyNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals that justification and independent reviewer are required in certain cases, implying the operation modifies delegation state. However, it does not disclose side effects (e.g., whether the original delegation is invalidated), reversibility, or required permissions. Thus it adds moderate value.

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 two sentences, no fluff, and front-loads the primary action. Every sentence contributes value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderately complex (7 parameters, 4 required, no output schema, no annotations). The description fails to explain what 'supersede' means in terms of state changes, return values, or lifecycle impact. Without an output schema, the agent needs more context on expected results, making this description insufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 14% (one parameter described), and the description does not explain the purpose of most parameters such as original_delegation_id, new_scope_categories, valid_until, trust_epoch, or expansion_reviewer_private_key. The only parameter hint is that expansion_reviewer is required for scope expansion, already present in the schema. The description adds little interpretability beyond 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 clearly identifies the verb 'supersede' and the resource 'v2 delegation', and distinguishes from sibling tools like create_v2_delegation, revoke_delegation, or verify_delegation by focusing on modification of an existing delegation. It further specifies two critical scenarios (scope narrowing vs. expansion), adding specificity.

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 guidance on when justification is needed (scope narrowing) and when an independent reviewer is required (scope expansion). However, it does not explicitly state when to use supersede instead of alternatives like direct modification or revocation, nor does it mention any preconditions or context for usage.

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