Skip to main content
Glama

Generate an Article 50 disclosure

generate_disclosure
Read-only

Generate EU AI Act Article 50 transparency disclosures for chatbots, AI-generated content, deepfakes, and emotion recognition. Offline, supports EN and DE.

Instructions

Generate an Article 50 transparency disclosure snippet (chatbot / genai-content / deepfake / emotion), EN or DE. Offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoLanguage of the generated disclosure text. Defaults to "en". Use "de" when the system is placed on the German market, since the disclosure must be intelligible to the person seeing it.
scenarioYesWhich Article 50 duty applies. "chatbot" for a system a person interacts with directly, Article 50(1). "genai-content" for synthetic text, image, audio or video that must be machine-readably marked, Article 50(2). "emotion" for emotion recognition or biometric categorisation, Article 50(3). "deepfake" for content resembling real people, places or events, Article 50(4). Pick by the duty, not by the underlying model.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the read-only nature is known. The description adds the 'Offline' trait, which is useful context, but it does not describe the output format, any prerequisites, or other behavioral details. With annotations covering safety, this is adequate but not rich.

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 a single, front-loaded sentence that conveys the core action, the categories, the languages, and a key behavioral trait ('Offline'). Every element earns its place with no redundancy or fluff.

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?

This is a simple tool with only two parameters, both fully described in the schema. The description succinctly states the tool's purpose and adds the 'Offline' detail. It does not explicitly mention the return format, but for a 'snippet' generator this is largely implied and not a significant gap.

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?

Schema description coverage is 100%, and both parameters (locale and scenario) have enums with detailed descriptions explaining the relevant Article 50 duties. The tool description itself adds no parameter-specific meaning beyond the schema, so a baseline score of 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 uses a specific verb ('Generate') and specifies the exact resource ('Article 50 transparency disclosure snippet'), plus the relevant categories (chatbot, genai-content, deepfake, emotion) and languages (EN/DE). This clearly distinguishes it from sibling tools like classify or explain_obligation, which serve different purposes.

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 implies its use case by naming the disclosure types and languages, and the parameter schema further clarifies when each scenario applies. However, it does not explicitly contrast with sibling tools (e.g., explain_obligation) or state when not to use it, so it lacks explicit exclusion guidance.

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/legalithm-org/legalithm'

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