Skip to main content
Glama
SonnyLabs

EU AI Act Compliance MCP Server

by SonnyLabs

get_ai_interaction_disclosure

Retrieve pre-written disclosure text for EU AI Act Article 50(1) compliance, informing users they are interacting with an AI system.

Instructions

Get AI interaction disclosure text for EU AI Act Article 50(1) compliance.

This tool provides pre-written disclosure text that MUST be shown to users when they interact with an AI system (chatbots, voice assistants, etc.).

Args: language: Language code (en, es, fr, de, it). Default: "en" style: Disclosure style (simple, detailed, voice). Default: "simple"

Returns: Dictionary containing the disclosure text and metadata

Example: get_ai_interaction_disclosure(language="en", style="simple") Returns: {"disclosure": "You are chatting with an AI assistant.", ...}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNosimple
languageNoen

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 that the tool returns a dictionary with disclosure text and metadata, and gives an example. However, it does not elaborate on error behavior, required permissions, or any limitations, leaving some ambiguity typical for a simple getter.

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 clear opening, an example, and a compact args list. Every sentence adds value, and the example clarifies usage without verbosity.

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 presence of an output schema and the tool's simple nature, the description adequately covers purpose, parameters, and return format. It does not detail metadata fields, but the output schema exists and the example suffices for a low-complexity tool.

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?

The schema has 0% description coverage, but the description compensates by listing valid language codes (en, es, fr, de, it) and styles (simple, detailed, voice), plus defaults. This adds meaningful guidance beyond the raw schema properties.

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: 'Get AI interaction disclosure text for EU AI Act Article 50(1) compliance.' It specifies the resource (disclosure text) and the verb (get), and distinguishes it from siblings by focusing on AI interaction rather than deepfakes or watermarking.

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 the tool: 'MUST be shown to users when they interact with an AI system.' It does not explicitly name alternative tools, but the compliance context and the distinct purpose among siblings imply when it applies.

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