Skip to main content
Glama

acttrace_generate_transparency_notice

Generate EU AI Act Article 50 transparency notices for AI systems. Produces user-facing disclosure copy with placement suggestions, caveats, and human-review recommendations.

Instructions

Generate an EU AI Act Article 50 transparency notice.

Produces user-facing copy that discloses AI use, plus a suggested placement, caveats, and a human-review recommendation.

Use this when asked for an "AI transparency notice", "Article 50 notice", "AI disclosure copy", or "chatbot AI disclaimer".

ActTrace is for non-financial SaaS / technology products. The generated notice is a starting draft and is NOT legal advice.

Args: ai_system_name: Name of the AI system / product the notice is for. notice_type: One of "chatbot", "ai_generated_content", "support_assist", "summarization", "synthetic_media", "internal_ai", "other". feature_name: Optional short name of the specific feature. tone: One of "plain", "formal", "developer_docs", "policy", "ui_microcopy". Defaults to "plain". language: Notice language. English ("en") only for the MVP. human_review_level: One of "none", "optional", "required_before_action", "required_after_action". When set to "required_before_action" the notice will not recommend extra human review. risk_category: Optional risk category from a prior classification to tailor the notice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ai_system_nameYes
notice_typeYes
feature_nameNo
toneNoplain
languageNoen
human_review_levelNo
risk_categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It explains the output (user-facing copy, placement, caveats, human-review recommendation) and notes the notice is a draft, not legal advice. However, it does not explicitly state that the tool is read-only or describe any side effects, permissions needed, or rate limits, leaving some transparency gaps.

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 concise and well-structured: it starts with the main purpose, then outlines output details, usage guidance, and parameter descriptions in a logical order. Every sentence adds value without redundancy, making it easy to scan for key information.

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?

Given 7 parameters, 2 required, and an output schema, the description covers all aspects: input details, output content, usage context (domain, non-legal status), and constraints (language limitation for MVP). It provides enough information for an agent to invoke the tool correctly without relying on external documentation.

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 description coverage is 0%, so the description must compensate. It fully describes each parameter, including allowed values (e.g., notice_type options), defaults (tone, language), and optionality (feature_name, human_review_level, risk_category). This adds significant meaning beyond the raw schema, enabling correct parameter selection.

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 purpose: generating an EU AI Act Article 50 transparency notice. It specifies the verb 'Generate' and the resource 'transparency notice', and distinguishes from the sibling tool 'acttrace_classify' by detailing the output content such as user-facing copy and placement.

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 explicit usage examples ('AI transparency notice', 'Article 50 notice') and clarifies the tool's domain (non-financial SaaS/technology products) and limitations (not legal advice). It lacks explicit exclusions or alternative tool recommendations, but the context is clear enough for appropriate selection.

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/goww7/acttrace'

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