Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

define_emergency_pathway

Create a pre-authorized emergency pathway at delegation time, specifying trigger conditions, expanded scope categories, and review authority. Only the delegator can define it.

Instructions

Define a pre-authorized emergency pathway at delegation time. Only the delegator can define these.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYes
trust_epochNo
valid_untilYes
max_durationNoPT1H
trigger_fieldYes
trigger_valueYes
delegation_refYes
review_deadlineNoPT24H
review_authorityYes
trigger_operatorYes
expanded_scope_categoriesYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions the delegator-only restriction, which is useful, but omits side effects, prerequisites, consequences of defining an emergency pathway, or any interaction with other delegation tools. This is a significant gap for a tool that creates something.

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, front-loaded with the primary action, and every word adds value. It avoids redundancy and fluff, making it highly concise and easy to parse.

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

Completeness1/5

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

The tool has 11 parameters, no output schema, no annotations, and no schema-level descriptions. The description only states the purpose and a single authorization constraint, leaving out essential context about trigger semantics, scope expansion, review deadlines, and how this relates to the delegation lifecycle. For such a complex tool, the description is woefully incomplete.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no parameter explanations. This is a critical issue for 11 parameters, including trigger_field, trigger_operator, delegation_ref, expanded_scope_categories, and review_authority, all of which are core to the tool's function. The agent has no guidance on how to correctly populate these fields.

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 the verb 'Define' and the resource 'pre-authorized emergency pathway', making the tool's function unambiguous. It also distinguishes this tool from siblings like 'activate_emergency' by specifying 'at delegation time' and the delegator-only authorization.

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 specifies when to use the tool ('at delegation time') and provides a clear exclusion ('Only the delegator can define these'). However, it does not explicitly name alternatives or describe when not to use it beyond the delegator constraint.

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