Skip to main content
Glama
aeoess

agent-passport-system-mcp

create_charter

Establish a constitutional charter for an organization by defining offices, amendment processes, and dissolution rules to formalize governance.

Instructions

Create a new institutional charter — the constitutional root of an organization. Defines offices, amendment rules, dissolution policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesInstitution name
officesYesOffices to create
amendment_board_keysYesEd25519 public keys eligible for amendment voting
amendment_required_sigsYesSignatures required for amendment
dissolution_grace_secondsNo
founder_private_keyYesFounder's Ed25519 private key
founder_public_keyYesFounder's Ed25519 public key
founder_roleNoboard
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. It mentions 'create' as a write operation and outlines the charter's contents, but it does not disclose required permissions, side effects, return values, or potential reversibility. This is insufficient for a mutation tool with no annotation support.

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 two sentences, front-loading the core purpose. It is efficient, though it could be slightly more structured (e.g., listing what the tool does and what it returns). No wasted words.

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 lack of output schema and annotations, the description covers the tool's primary purpose and the charter's defining elements. However, it omits usage guidance, parameter details, and behavioral expectations (e.g., permissions, side effects), leaving gaps in completeness.

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 75%, and the description adds high-level context like 'constitutional root' but does not elaborate on individual parameters beyond what the schema already provides. It doesn't clarify parameter relationships or value formats, so it adds marginal value over 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 states the tool creates a new institutional charter, positioning it as the constitutional root. It distinctively lists what the charter defines (offices, amendment rules, dissolution policy), differentiating it from sibling tools like sign_charter and verify_charter.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies this is the creation tool for charters, but it does not explicitly state when to use it versus alternatives such as sign_charter or verify_charter. It offers no when-not-to-use conditions or alternative tool names, leaving the agent to infer context from the name alone.

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