Skip to main content
Glama
aeoess

agent-passport-system-mcp

create_chained_governance_block

Create a cryptographically chained governance block for derivative content, referencing the original publisher's block to preserve provenance and enforce usage policies such as attribution or compensation.

Instructions

Create a governance block for derivative content that references the original publisher's block. Preserves the chain of provenance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesDerivative content
publicKeyYesDerivative agent's Ed25519 public key (hex)
privateKeyYesDerivative agent's Ed25519 private key (hex)
parentBlockYesOriginal governance block JSON string
derivationTypeYesType: summary, embedding, rag_chunk, translation, etc.
inferenceNo
trainingNo
Behavior2/5

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

No annotations provided, so description carries full burden. States 'creates' (mutation), 'preserves chain of provenance', but fails to disclose side effects, required permissions, reversibility, or response format. Minimal behavioral context for a mutation tool.

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?

Two concise sentences, front-loaded with purpose. No redundant words. Efficiently communicates core function.

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?

With 7 parameters, no output schema, and no annotations, description is too minimal. Does not explain return value, error conditions, parentBlock format, or constraints on derivationType. Incomplete for a complex chaining tool.

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 71% with 5 of 7 parameters described. Description adds no further parameter meaning beyond schema; does not explain sensitivity (e.g., privateKey) or format expectations. Baseline of 3 appropriate given schema coverage.

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?

Description clearly states action ('create'), resource ('governance block for derivative content'), and distinguishing feature ('references original publisher's block, preserves chain of provenance'). Clearly differentiates from siblings like 'generate_governance_block' and '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 Guidelines3/5

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

Description implies usage for derivative content needing provenance chain, but provides no explicit guidance on when to use vs alternatives, prerequisites, or exclusions. Sibling list includes many governance tools, but no comparative context.

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