Skip to main content
Glama
SonnyLabs

EU AI Act Compliance MCP Server

by SonnyLabs

get_emotion_recognition_disclosure

Get EU AI Act Article 50(3) compliance disclosure text for AI emotion recognition. Select language and style to produce user-facing notices.

Instructions

Get emotion recognition disclosure text for EU AI Act Article 50(3) compliance.

This tool provides pre-written disclosure text that MUST be shown to users when an AI system uses emotion recognition technology.

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

Returns: Dictionary containing the disclosure text and metadata

Example: get_emotion_recognition_disclosure(language="en", style="detailed")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
styleNosimple
languageNoen

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden. It discloses that the text MUST be shown to users (compliance requirement) and that it returns a dictionary with disclosure text and metadata. This conveys the read-only, non-destructive nature and the expected output shape, though it doesn't mention edge cases or error behavior.

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 Args, Returns, and an Example section. Every sentence adds value, and the format is easily parseable for an AI agent. No fluff.

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?

This is a simple retrieval tool with two optional parameters, and the description provides complete context: purpose, parameter options, defaults, return type, and an example. No additional metadata is needed for correct invocation.

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?

Schema coverage is 0%, but the description fully compensates by documenting each parameter: language accepts en, es, fr, de, it; style accepts simple, detailed, privacy_notice. It also provides defaults and an example call, making the parameter semantics exceptionally clear beyond the bare schema.

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 combination ('Get emotion recognition disclosure text') and clearly scopes it to EU AI Act Article 50(3) compliance. It is distinct from sibling tools like get_ai_interaction_disclosure or get_deepfake_label_templates, which cover different disclosure types.

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 states when to use it (when an AI system uses emotion recognition technology and must show disclosure text). It does not explicitly name alternatives or exclusion criteria, but the purpose is clear enough that a link to siblings is not necessary.

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