Skip to main content
Glama

Classify AI System Under EU AI Act

euaiact_classify_system
Read-onlyIdempotent

Classify AI systems under the EU AI Act by analyzing descriptions and structured signals to determine risk level, applicable categories, and provider obligations.

Instructions

Classify an AI system's risk level under the EU AI Act (Regulation 2024/1689). Accepts a free-text description, a use_case, and/or structured signals (domain, biometric flags, synthetic content, etc.). Signals take precedence over text matching for deterministic classification. Returns risk classification, applicable Annex III category, relevant articles, provider/deployer determination, matched signals, and follow-up questions the agent should relay. Note: Art. 6(3) exceptions require documented justification and cannot be auto-applied; use euaiact_assess_art6_3_exception.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoFree-text description of the AI system and its functionalities
use_caseNoSpecific context where the system is deployed
roleNounknown
signalsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
risk_classificationYes
confidenceYes
annex_iii_categoryYes
relevant_articlesYes
role_determinationYes
obligations_summaryYes
caveatYes
matched_signalsYes
missing_signalsYes
next_questionsYes
basisYes
lexbeam_urlNo
Behavior4/5

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

Annotations indicate readOnly and idempotent. Description adds key behaviors: signals precedence, deterministic classification, return of follow-up questions, and that Art. 6(3) exceptions cannot be auto-applied. No contradictions with annotations.

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 front-loads the purpose, then lists inputs and outputs, and ends with a critical note about the exception. Every sentence adds value without unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (many signals, nested objects) and that an output schema exists, the description provides adequate context. It covers inputs, key behaviors, and exceptions. However, it could briefly mention that output schema exists for exact return fields.

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 coverage is 50%. Description mentions main parameters (description, use_case, signals) and explains signal precedence. However, the role parameter is not mentioned, and the description does not add significant meaning beyond the schema for individual fields.

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: classify an AI system's risk level under the EU AI Act. It lists specific inputs (description, use_case, signals) and outputs, and mentions a sibling tool for Art. 6(3) exceptions.

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 specifies that signals take precedence over text matching and notes that Art. 6(3) exceptions should use a separate tool. However, it does not provide guidance on when to use this tool versus other siblings like euaiact_calculate_penalty or euaiact_get_article.

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/lexbeam-software/eu-ai-act-mcp'

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