Skip to main content
Glama
CSOAI-ORG

DORA Compliance MCP

get_dora_certificate

Generate a cryptographically signed DORA compliance attestation certificate for auditing and board reporting. Share the verify URL to validate authenticity.

Instructions

Generate a cryptographically signed DORA compliance attestation (Pro/Enterprise).

Uses the shared MEOK attestation module (HMAC-SHA256 signed JSON + verify URL + optional base64-encoded PDF). Share the verify_url with your auditor / board / procurement team — the signature is cryptographically binding and any tampering invalidates it. Certificates expire 365 days from issue.

Args: entity_name (str): The entity name to appear on the certificate. overall_score (float): Overall compliance score (0–100). findings_csv (str): Comma-separated list of article-level findings (e.g. "Article 9: PASS,Article 28: GAP") articles_audited_csv (str): Comma-separated article numbers (e.g. "9,10,28") include_pdf_base64 (bool): Set True to also receive a board-ready PDF as base64. api_key (str): MEOK API key (Pro/Enterprise tier).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_nameYes
overall_scoreYes
findings_csvNo
articles_audited_csvNo
include_pdf_base64No
api_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description covers important traits: cryptographic signing (HMAC-SHA256), output includes verify_url and optional PDF, signature is binding, certificate expires in 365 days. It doesn't mention side effects like storage or rate limits, but the core behavior is well disclosed.

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 well-structured with a clear opening sentence, technical details, and an enumerated parameter list. It is informative without being excessively verbose, though the parameter descriptions could be slightly more concise.

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?

The description covers the output format, expiration, and cryptographic binding. It mentions an output schema exists (though not shown), so return values are presumably documented. It lacks explicit prerequisites like needing prior audit data, but the tool's purpose is clear.

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

Parameters5/5

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

The schema has 0% description coverage, but the description fully explains each of the 6 parameters, including their purpose and format (e.g., findings_csv as comma-separated list, include_pdf_base64 for PDF). This adds critical meaning beyond the schema's bare names and types.

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 cryptographically signed DORA compliance attestation. It specifies the target audience (Pro/Enterprise) and distinguishes from sibling tools like audit or classify, which are clearly different functions.

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?

The description explains the output should be shared with auditors/board/procurement team, implying the tool is used after compliance checks. However, it doesn't explicitly state when to use or exclude alternatives, leaving room for ambiguity.

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/CSOAI-ORG/dora-compliance-mcp'

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