Skip to main content
Glama
marc-shade

Crypto Tools MCP Server

by marc-shade

generate_compliance_report

Generate a cryptographic compliance report for FIPS 140-3, CNSA 2.0, and post-quantum readiness by evaluating algorithms and audit text to support security assessments and migration planning.

Instructions

Generate comprehensive cryptographic compliance report covering FIPS 140-3, CNSA 2.0, post-quantum readiness, and code audit.

Produces a unified report suitable for security assessments, compliance audits, and migration planning.

Args: algorithms: Comma-separated algorithm names to evaluate scan_text: Optional source code or config text to audit system_type: System type - "nss", "federal", or "general" data_sensitivity: Data sensitivity - "low", "medium", "high", or "critical" data_shelf_life_years: How many years data must remain confidential

Returns: JSON comprehensive compliance report across all standards

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
algorithmsYes
scan_textNo
system_typeNogeneral
data_sensitivityNohigh
data_shelf_life_yearsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral traits such as side effects, permissions required, or rate limits. It only states the output is a JSON report, leaving the agent unaware of potential write operations or authentication needs for a tool that likely reads cryptographic data.

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 reasonably concise, with two main sentences followed by a parameter list. It avoids unnecessary details and uses line breaks for readability. The parameter descriptions are succinct but informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has five parameters and an output schema exists, the description sufficiently covers the report's scope and all parameters. It explains what the report covers and what each parameter does, though it could mention the output format or any constraints on the algorithms parameter.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description adds meaningful details for each parameter: algorithms as comma-separated names, scan_text as optional source code, system_type with listed options (nss, federal, general), data_sensitivity with levels, and data_shelf_life_years as years. This compensates for the bare schema and aids correct invocation.

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 generates a comprehensive cryptographic compliance report covering FIPS 140-3, CNSA 2.0, post-quantum readiness, and code audit. This specific verb-resource combination distinguishes it from sibling tools like check_fips_compliance or analyze_cnsa_compliance, which focus on individual standards.

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 mentions the tool is suitable for security assessments, compliance audits, and migration planning, but does not explicitly state when to use this tool versus more specific siblings. The context suggests it is the comprehensive option, but no direct guidance or exclusions are provided.

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/marc-shade/crypto-tools-mcp'

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