Generate an AI agent disclosure (Article 50)
generate_agent_disclosureDraft Article 50(1) disclosures clarifying an AI agent's principal and the limits of its delegated authority, following Commission guidelines.
Instructions
Draft the Article 50(1) disclosure an AI agent owes: what it is, who it acts for, and the limits of its delegated authority. Follows the Commission Article 50 Guidelines adopted 20 July 2026. Refuses rather than inventing a principal. Offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| composition | No | Set when this agent orchestrates or is orchestrated by other agents. The Guidelines cover multi-agent architectures explicitly, and composition changes what has to be disclosed at architecture level. | |
| autonomy_level | No | How much human involvement there is, for example "supervised" where a person approves actions, or "autonomous" where it acts without review. Affects how the re-disclosure triggers read. | |
| principal_name | Yes | The natural or legal person the agent acts on behalf of, exactly as it should appear to the person interacting with it, for example "Acme GmbH". Ask the user; do not infer it from the repository, the git author or the domain. Pass null if genuinely unknown and the tool will tell you what is missing rather than guess. | |
| principal_type | Yes | Whether the principal is a "legal_person" (a company or other organisation) or a "natural_person" (an individual). This distinction drives who bears accountability for the agent's actions. | |
| authority_scope | Yes | What the agent is actually authorised to do on the principal's behalf, in plain words, for example "schedule meetings and send calendar invitations to Acme staff". The Guidelines frame this as delegation of authority and accountability for consequences, so state the limits, not the capabilities. |