Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BE_ELI_BASE_URLNoejustice hosthttps://www.ejustice.just.fgov.be
BE_ELI_AUDIT_DIRNoAudit log dir~/.matematic/audit
BE_ELI_CACHE_DIRNoDisk cache dir~/.matematic/cache/be-eli

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
be_get_actB

Fetch metadata for a Belgian act by its ELI coordinates.

be_get_textA

Fetch the verbatim consolidated text of a Belgian act.

be_list_yearA

Browse a year's listing of a Belgian legislation type, to discover NUMAC coordinates.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: fetching metadata, fetching text, and browsing year listings. No overlap in functionality.

Naming Consistency4/5

All tools follow a 'be_verb_noun' pattern (be_get_act, be_get_text, be_list_year). Consistent prefix and verb usage, though 'year' as a noun slightly diverges from the resource type pattern.

Tool Count4/5

With 3 tools, the server is minimal but covers a basic workflow for Belgian legislation. The count is appropriate for a focused domain, though a small set may limit flexibility.

Completeness3/5

The server covers metadata retrieval, text retrieval, and year browsing. However, it lacks search or filter capabilities, which are common in legal databases, leaving some discovery gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues