Skip to main content
Glama
PiQrypt

PiQrypt MCP Server

piqrypt_export_audit

Export a complete agent audit trail as a portable JSON archive. Optionally request a PiQrypt CA signature to make the export legally admissible under eIDAS Art.26, verifiable without PiQrypt installed.

Instructions

Export the complete agent audit trail to a portable JSON archive. Set certified=true to request a PiQrypt CA signature for legal admissibility (eIDAS Art.26). The export is self-contained and verifiable without PiQrypt installed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent ID to export
certifiedNoCreate certified export (requires Pro license)
output_formatNoOutput format (json or encrypted pqz archive)json
Behavior3/5

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

With no annotations, the description carries full burden. It reveals that certified requires a Pro license and the export is self-contained. But it doesn't mention if the tool is read-only, any authorization requirements, rate limits, or potential side effects.

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 sentences with no wasted words. Front-loaded with the main action and key option. Highly efficient.

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?

Moderately complete: describes the export as self-contained and verifiable, but lacks details on the returned data structure (no output schema) and doesn't cover error conditions or limitations. It could elaborate on what 'complete audit trail' entails.

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?

Input schema has 100% coverage with descriptions for all parameters. The description adds minimal value beyond the schema: it explains the certified parameter's purpose (legal admissibility) and implies output_format through 'portable JSON archive', but mostly repeats schema info.

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 exports the complete agent audit trail to a portable JSON archive. It uses a specific verb 'export' and identifies the resource, and the sibling tools (search, stamp, verify) are distinct, so purpose is unambiguous.

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?

Provides good context for when to set certified=true (legal admissibility) and mentions the export is self-contained and verifiable. However, it doesn't explicitly state when NOT to use this tool or compare with siblings for alternative actions.

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/PiQrypt/piqrypt-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server