Skip to main content
Glama
aeoess

agent-passport-system-mcp

by aeoess

create_derivation_receipt

Generate a signed derivation receipt to record data transformations and track multi-hop lineage with break markers.

Instructions

Create a signed derivation receipt tracking how data was transformed. Multi-hop lineage with break markers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
breakReasonNo
derivativeIdYesUnique ID for the derivative artifact
derivativeTypeYesType: rag_chunk, embedding, summary, model_weights, synthetic_derivative, etc.
transformClassYesTransform type: copy, subset, summary, embedding, aggregation, synthetic, model_training
parentArtifactsYesParent artifacts this was derived from
lineageConfidenceYes
externalBoundaryBreakNoTrue if data left the system and returned
isSyntheticDerivativeNo
upstreamObligationsRetainedNo
Behavior3/5

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

The description discloses that the receipt is signed and supports multi-hop lineage and break markers, adding context beyond the bare name. However, with no annotations, it does not explain side effects, permissions, signing mechanics, or error behavior expected of a create 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 with front-loaded purpose; no filler or redundancy.

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?

No output schema and no annotations place the burden on the description to explain return values, side effects, and use context. With 9 parameters and related sibling tools, this minimal description leaves significant gaps in what the receipt contains, what 'signed' means operationally, and how it differs from similar lineage tools.

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?

Description indirectly enriches parameters by explaining the domain ('multi-hop lineage' clarifies parentArtifacts chaining; 'break markers' maps to breakReason/externalBoundaryBreak), and schema coverage is moderate at 56%. But it does not explicitly detail any parameter semantics or required fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description uses specific verb 'Create' and identifies resource 'signed derivation receipt' with scope 'tracking how data was transformed' and 'Multi-hop lineage with break markers.' This makes the primary function clear, though it does not explicitly distinguish from similar siblings like create_decision_lineage_receipt or create_artifact_provenance.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus create_decision_lineage_receipt, create_chained_governance_block, or other receipt/provenance tools. No prerequisites, exclusions, or alternative recommendations are provided; only an implied use case.

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