watermark_text
Adds metadata watermarks to AI-generated text to comply with EU AI Act Article 50(2), marking content as artificially generated.
Instructions
Add metadata watermark to AI-generated text for EU AI Act Article 50(2) compliance.
This tool adds machine-readable metadata to AI-generated text content, marking it as artificially generated. This is required for provider compliance with Article 50(2) for text content generation systems.
Args: text_content: The AI-generated text to watermark generator: Name of the AI system that generated it (e.g., "GPT-4", "Claude", "Custom AI") format_type: Output format (plain, markdown, html). Default: "plain"
Returns: Dictionary containing the watermarked text with embedded metadata
Example: watermark_text( text_content="This is AI-generated content...", generator="GPT-4", format_type="markdown" )
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generator | No | AI | |
| format_type | No | plain | |
| text_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |