Skip to main content
Glama

suggest_risk_category

Describe what your AI system does in plain language — get back your EU AI Act risk tier, the articles that apply, and your first compliance step. Returns matched category (minimal/limited/high/unacceptable) with confidence level and triggering risk indicators. No project scan needed, no API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
system_descriptionYesShort description of what the AI system does, e.g. 'chatbot for customer support' or 'CV screening tool for recruitment'.

TDQS

A4.2/5.0
Behavior4/5

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

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It discloses the output (category, confidence, indicators, articles, first step) and key constraints (no project scan, no API key). It does not mention potential caveats like the assessment being preliminary or non-authoritative, but it gives a clear picture of what to expect.

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 front-loaded: it immediately tells the user what to do and what to expect. Every sentence adds value (input, output, constraints) without repetition 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 one-parameter tool with no output schema, the description adequately covers input requirements and output contents, including the specific fields returned (category, confidence, indicators). It lacks details on the format of articles and compliance steps, but these are secondary to the core purpose.

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?

The schema already covers 100% of the parameter with a clear description and example. The tool description reinforces 'plain language' but adds no new meaning beyond the schema, so the 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 clearly states the tool's function: it takes a plain-language description of an AI system and returns the EU AI Act risk tier, applicable articles, and first compliance step. It further specifies the returned data (matched category, confidence level, triggering indicators) and distinguishes itself from siblings with 'No project scan needed, no API key.'

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 implies when to use this tool: when you have a system description and need a quick risk classification. It contrasts with project-scanning siblings by noting no scan or API key is required, which provides useful context. However, it does not explicitly state alternative tools for other use cases or provide explicit 'when not to use' 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.

TDQS

A3.6/5.0
Disambiguation2/5

Multiple tools overlap in scope: scan_project, gdpr_scan_project, and combined_compliance_report all perform scanning, while check_compliance, gdpr_check_compliance, and combined_compliance_report all return pass/fail results. The combined tool explicitly replaces the individual scanners, yet they remain available, creating confusion about which to call.

Naming Consistency2/5

Naming conventions are inconsistent: EU AI Act tools use verb-first patterns (generate_report, scan_project), while GDPR tools prefix the law (gdpr_generate_report, gdpr_scan_project). 'combined_compliance_report' breaks the verb_noun pattern entirely, and the placement of 'gdpr' varies inconsistently across tools.

Tool Count3/5

16 tools is on the heavier side for this domain, but the dual EU AI Act + GDPR scope partially justifies the count. However, several tools are redundant (e.g., scan_project vs. combined_compliance_report), inflating the total without adding unique functionality.

Completeness4/5

The tool set covers the compliance lifecycle well: scanning, gap analysis, reporting, templates, roadmap generation, certification, and risk classification. Minor gaps exist (e.g., no tool to manage specific remediation status), but the core workflows are fully supported.