Skip to main content
Glama
SonnyLabs

EU AI Act Compliance MCP Server

by SonnyLabs

label_image_deepfake

Generate a compliant disclosure label for AI-generated or manipulated images, returning required text, placement guidance, and exemption checks under Article 50(4) of the EU AI Act.

Instructions

Generate deepfake label for AI-generated or manipulated images per Article 50(4).

This tool provides the appropriate disclosure text and guidance for labeling images that have been artificially generated or manipulated. The label must be prominent, clear, and distinguishable.

Args: image_description: Brief description of the image for context is_artistic_work: Whether this is artistic/creative work (may qualify for exemption) is_satirical: Whether this is parody/satire (may qualify for exemption) language: Language code (en, es, fr, de). Default: "en"

Returns: Dictionary with label text, placement guidance, and compliance info

Example: label_image_deepfake( image_description="AI-generated portrait of a person", is_artistic_work=False, language="en" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoen
is_satiricalNo
is_artistic_workNo
image_descriptionYes

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 carries the full burden. It discloses the output (label text, placement guidance, compliance info) and implies a non-destructive operation (generating guidance, not modifying the image). While it does not explicitly state side effects or limitations, the nature of the tool is clear and adequately transparent.

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?

The description is well-structured with a concise summary, a clear Args section, and an example. It is front-loaded with the main purpose and contains no unnecessary repetition or fluff. Every sentence adds value.

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 purpose, parameters, return values, and includes an example. It does not discuss error handling, edge cases, or interactions between the exemption flags, but for a labeling tool with a known output schema, this is reasonably complete.

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 input schema has no descriptions (0% coverage), but the description's Args section thoroughly explains each parameter (image_description, is_artistic_work, is_satirical, language) and includes a usage example. This adds significant meaning beyond the schema and fully compensates for the schema's lack of descriptions.

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's function: 'Generate deepfake label for AI-generated or manipulated images per Article 50(4).' This uses a specific verb (Generate) and resource (deepfake label for images), and distinguishes it from sibling tools like label_video_deepfake and label_audio_deepfake by explicitly focusing on images.

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 provides clear context for when to use this tool: for labeling AI-generated or manipulated images. It does not explicitly exclude video/audio or mention alternatives, but the media-specific scope makes the intended usage obvious, especially when viewed next to sibling tool names.

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/SonnyLabs/EU_AI_ACT_MCP'

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