Skip to main content
Glama

proof_export_jsonld

Exports a Decision Proof Unit as a JSON-LD v2.0 proof document conforming to Cronozen Evidence Ontology. Includes compliance status, 6W extraction (Who/What/Where/When/How/Why), hash chain info, and policy snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe DPU ID to export as JSON-LD

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It mentions the output includes compliance status, 6W extraction, hash chain info, and policy snapshot, giving some transparency about the result. However, it does not disclose side effects, error conditions, or whether the operation is read-only or mutating.

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 concise, containing a single sentence that packs essential information without fluff. It is front-loaded with the main purpose and immediately followed by relevant output details, maintaining good structure and clarity.

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?

While the description covers the core function and output contents, it lacks contextual completeness for a tool with siblings. It does not explain when to use this export tool compared to other proof-related operations, and it omits any prerequisites or preconditions. This is a gap given the existence of sibling 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?

The schema already describes the single parameter 'id' as 'The DPU ID to export as JSON-LD', which is clear. The description adds no extra meaning about the parameter, such as format, constraints, or examples. With 100% schema coverage, the baseline is met but not exceeded.

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's function: exporting a Decision Proof Unit as a JSON-LD v2.0 proof document conforming to the Cronozen Evidence Ontology. It distinguishes this from siblings by specifying the export action and format.

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?

The description does not provide any guidance on when to use this tool versus the sibling tools (e.g., proof_get, proof_verify). It lacks context about typical scenarios or conditions that would make this the appropriate choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources