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
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | simple | |
| language | No | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |