Skip to main content
Glama

Calculate EU AI Act Penalties

euaiact_calculate_penalty
Read-onlyIdempotent

Calculate maximum EU AI Act fines based on violation type, global annual turnover, and SME status. Includes SME reduction under Art. 99(6).

Instructions

Calculates the maximum possible fine for an EU AI Act violation based on violation type, global annual turnover, and SME status. Implements the Art. 99 penalty framework including the SME/startup protection rule (Art. 99(6)). Returns a comparative block so the agent can show the SME reduction to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
violation_typeYesType of AI Act violation: 'prohibited' (Art. 5), 'high_risk' (Annex III obligations), or 'false_info' (misleading regulators)
annual_turnover_eurYesGlobal annual turnover in EUR
is_smeNoWhether the entity is an SME or startup (eligible for lower fines under Art. 99(6))

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
violation_typeYes
is_smeYes
annual_turnover_eurYes
max_fineYes
tier_detailsYes
comparativeNo
Behavior4/5

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

Beyond the annotations (readOnlyHint, idempotentHint), the description reveals the output structure (comparative block for SME reduction) and the specific legal framework (Art. 99(6)). No contradictions.

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?

Three sentences with no superfluous words. Each sentence adds unique value: function, legal basis, and output format. Efficient and front-loaded.

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

Completeness5/5

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

Given the presence of an output schema (mentioned in context), annotations cover safety, and params are fully described, the description is complete. It explains inputs, legal framework, and output format adequately.

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?

All three parameters are documented in the schema (100% coverage). The description adds no additional parameter-specific details beyond restating 'violation type, global annual turnover, and SME status.' Baseline 3 is appropriate.

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 calculates maximum fines for EU AI Act violations based on three inputs. It distinguishes itself from siblings (e.g., euaiact_classify_system) by focusing specifically on penalties.

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 explains what the tool returns (comparative block) but does not explicitly state when to use it or list alternatives. The use case is implied but not directly contrasted with other tools.

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/lexbeam-software/eu-ai-act-mcp'

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