classify_ai_system
Classify AI systems under the EU AI Act by risk tier, Annex III category, and binding legal articles from a plain-language description.
Instructions
Classify an AI system under the EU AI Act (Regulation (EU) 2024/1689). Give a plain-language description of what the system does and it returns the risk tier (prohibited / high_risk / limited / minimal), the exact Annex III category where applicable, and the binding Articles — every reference grounded verbatim in the law. USE THIS when the user asks whether an AI system is high-risk or prohibited, what obligations apply to it, or which Articles bind a specific AI use-case. For looking up one known Article use lookup_article; for keyword search use search_eu_ai_act.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Plain-language description of the AI system: what it does, who it affects, and the context of use. The more specific, the more precise the classification. | |
| language | No | Language for the answer, as an ISO 639-1 code — one of the EU AI Act's 24 official languages (e.g. 'en' English, 'de' German, 'fr' French, 'es' Spanish, 'sv' Swedish). Defaults to 'en'. | en |
| full | No | When true, include the verbatim cited Article/Annex text in the response (longer). When false (default), return the classification and references only. |