Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_micar_registerA

Search the ESMA interim MiCAR register by entity name or LEI.

query: entity-name substring (case-insensitive) or an exact LEI. register_slug: all | other-wp | emt-wp | art-wp | casps | ncasp. member_state: optional two-letter code (DE, IE, MT, ...).

micar_register_summaryA

Current totals per MiCAR register and white paper format coverage.

micar_register_changesC

Recent register movement: new filings, changed entries, removals.

change_type: all | added | changed | removed.

lint_micar_whitepaperA

Lint a draft MiCAR white paper (JSON) against Annex I-III rules.

Returns cited candidate findings pending human review. Requires the optional lint extra; degrades to an install hint when absent.

classify_eu_ai_act_systemA

Classify an AI system's EU AI Act risk tier with pinpoint citations.

Pass a SystemProfile as JSON; pass an empty string to get the schema. Requires the optional classify extra; degrades to an install hint.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct regulatory framework or operation: AI Act classification, MiCAR whitepaper linting, and three distinct register queries (changes, summary, search). Descriptions clearly differentiate purposes, leaving no ambiguity.

Naming Consistency3/5

Tool names use snake_case but mix verb-first (classify_eu_ai_act_system, lint_micar_whitepaper) and noun-first (micar_register_changes, micar_register_summary, search_micar_register). While descriptive, the pattern is not uniform, causing moderate inconsistency.

Tool Count5/5

With 5 tools covering two regulatory domains, the count is well-scoped. Each tool serves a clear purpose without redundancy or unnecessary expansion.

Completeness4/5

The tool set covers key functionalities for AI Act classification and MiCAR white paper linting and register querying. However, a dedicated tool for retrieving full register entry details beyond search is missing, and AI Act coverage lacks compliance or summarization tools.

Maintenance

ActivityMaintained
ResponsivenessNo issues