Skip to main content
Glama

Classify AI risk (EU AI Act)

classify
Read-only

Assess an AI use case against the EU AI Act to determine its risk tier and receive a rationale with cited legal provisions.

Instructions

Classify an AI use case under the EU AI Act — risk tier + cited rationale. Offline; checked against Regulation (EU) 2024/1689, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYesWho the caller is for this system. "provider" develops or places it on the EU market under its own name and carries the Article 8 to 17 duties. "deployer" uses it under its own authority and carries Article 26. If the caller both builds and uses it, answer as provider.
domainYesThe Annex III area the use case falls in, which is what drives the high-risk determination. Read these broadly: "employment" covers recruitment, CV screening, task allocation, promotion and termination. "essential-services" covers creditworthiness, insurance pricing, and access to public benefits. "biometrics" covers identification, categorisation and emotion inference. Use "other" only when none genuinely applies, since that usually yields a lower tier. "credit" is a deprecated alias kept for older clients and is normalised to essential-services.
audienceYesWho is subject to or affected by the system, not who buys it. Choose "workers" for employees and candidates, "children" for under-18s, and "vulnerable-groups" where age, disability or social situation impairs the ability to object. These raise obligations, so pick the most specific one that applies rather than defaulting to "general".
use_caseYesOne or two plain sentences describing what the system actually does to or about a person, and what decision it influences. Say "screens and ranks job applicants from their CVs to shortlist candidates", not "HR tool" or a product name. Whether a human reviews the output before it takes effect matters, so state it if known.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context: 'Offline' (no network calls), 'checked against Regulation (EU) 2024/1689' (authoritative source), 'not legal advice' (limitation disclaimer), and it describes the output as 'risk tier + cited rationale'. This goes beyond the annotations without contradicting them.

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 a single, front-loaded sentence starting with the verb and resource, followed by two terse context clauses. Every element earns its place with no redundancy or filler.

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?

For a 4-parameter tool with no output schema, the description covers the return contract (risk tier + rationale), the legal basis, offline behavior, and disclaimer. Combined with the comprehensive schema descriptions, it is largely complete; the only gap is explicit sibling differentiation, which is covered under usage guidelines.

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%, with each parameter having thorough meaning including enum semantics and special guidance (e.g., domain breadth, audience selection, use_case phrasing). The tool description itself adds no further parameter information, but the schema carries the full burden, so the baseline 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 uses the specific verb 'classify' with a clear resource ('an AI use case under the EU AI Act') and outcome ('risk tier + cited rationale'). It is immediately clear what the tool does and is distinct from sibling tools like explain_obligation or generate_disclosure.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage whenever classification under the EU AI Act is needed, but does not explicitly state when to use this tool instead of siblings like explain_obligation or check_record. The 'Offline' and 'checked against Regulation' context hints at behavior, but there are no exclusions or alternative references, so guidance is implied rather than explicit.

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/legalithm-org/legalithm'

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