Skip to main content
Glama
ark-forge

eu-ai-act-scanner

by ark-forge

generate_report

Generate EU AI Act compliance reports by auto-detecting AI frameworks, performing gap analysis, and delivering a structured remediation plan for legal review or DPIA attachment.

Instructions

Generate the compliance report your legal team is asking for — no arguments. One call auto-detects AI frameworks, runs gap analysis, and produces a structured remediation plan ready for legal review or DPIA attachment. No API key needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathNoPath to the project root. Omit entirely or pass '.' to scan the current working directory..
risk_categoryNoEU AI Act risk category: 'minimal', 'limited' (default), 'high', or 'unacceptable'.limited

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.5.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses that one call auto-detects AI frameworks, runs gap analysis, produces a structured plan, and requires no API key—valuable operational details. It does not address side effects or error cases, but for a read/analysis tool this is sufficient.

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 front-load the core purpose and immediately follow with the value proposition. Every clause adds information (target audience, zero-config, auto-detection, output artifact, auth requirement), with no filler or redundancy.

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 tool's simplicity (two optional params, no output schema) is well matched by a description that explains purpose, behavior, and output. The only minor gap is not explicitly mentioning the optional parameters' existence, but the schema covers them. Overall, an agent can confidently invoke this tool without further clarification.

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?

Both parameters are fully documented in the schema with descriptions and defaults (100% coverage), so the baseline is 3. The description adds slight semantic value by emphasizing 'no arguments' and the auto-detection behavior, implying parameters are optional conveniences. It does not elaborate on how risk_category influences the report beyond the schema's enum explanation.

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 uses a specific verb-resource pair ('Generate the compliance report') and extends the purpose with concrete deliverables (gap analysis, structured remediation plan). It distinguishes itself as a zero-argument report tool aimed at legal review, which differentiates it from siblings like gdpr_generate_report or generate_compliance_roadmap.

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 implies a use case ('your legal team is asking for') and notes 'no arguments' and 'No API key needed', but it never explicitly contrasts with sibling report tools (e.g., combined_compliance_report, gdpr_generate_report) or states when to choose an alternative. This leaves the selection decision to the agent without clear guidelines.

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