Skip to main content
Glama

ai-disclosure-kit

check_article50_disclosure

Read-only

Check whether the EU AI Act's Article 50 transparency rule applies to one of your AI touchpoints, and get a free sample disclosure notice for it. Covers chatbots, AI-generated images/audio/video, AI-generated public text, and emotion-recognition/biometric features. Returns which Article 50 obligation applies, where the notice belongs, and one ready-to-use disclosure sentence -- the same free preview shown on the web tool before checkout. Paste in your own business name for a personalized sentence. Free, no key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
touchpointYesWhich AI touchpoint to check: 'chatbot' (conversational AI), 'synthetic_media' (AI-generated/edited images, audio, or video), 'public_text' (AI-generated text published to the public), or 'biometric' (emotion-recognition or biometric-categorization features).
businessNameNoOptional business name to personalize the sample disclosure text. Defaults to 'Your business'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, openWorldHint=false. The description adds that the service is free, requires no API key, and returns the same disclosure preview shown before checkout – contextual details beyond the annotations that help an agent call it correctly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose, then succinctly lists coverage and returns. The added notes about free preview and personalization are concise and useful; no wasted words.

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?

For a simple read-only tool with only 2 parameters and no output schema, the description fully covers what it does, which touchpoints it handles, what it returns, and how to personalize. No critical gaps remain.

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%: both `touchpoint` and `businessName` have detailed descriptions in the schema. The description reiterates the personalization feature but adds no extra semantics beyond the schema. Baseline of 3 applies.

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 states a specific verb ('Check') and a precise resource ('whether the EU AI Act's Article 50 transparency rule applies') and the outcome ('get a free sample disclosure notice'). It enumerates the covered touchpoints (chatbot, synthetic media, public text, biometric), making its domain clear and distinct from the sibling get_ai_disclosure_kit_info.

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 clearly implies when to use the tool – when you have an AI touchpoint and want to determine Article 50 applicability and obtain a sample notice. It does not explicitly name alternatives or exclusions, but the context is unambiguous and the sibling purpose is sufficiently different. No misleading guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources