Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IE_ELI_BASE_URLNoThe base URL for the Irish Statute Book (default: https://www.irishstatutebook.ie)https://www.irishstatutebook.ie
IE_ELI_AUDIT_DIRNoDirectory for audit logs (default: ~/.matematic/audit)~/.matematic/audit
IE_ELI_CACHE_DIRNoDirectory for caching results (default: ~/.matematic/cache/ie-eli)~/.matematic/cache/ie-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
ie_get_actA

Fetch Irish act / SI metadata by coordinates.

ie_coverageA

Declare what this connector covers, how it is sourced, and what it does NOT cover.

Call this before telling a user that the law "does not contain" something, and whenever a search comes back empty: the absence may be a gap in this connector rather than in the law. Every gap carries a fallback saying where to look instead.

Returns: Coverage with families, an as-of note, and a non-empty list of known gaps.

ie_get_textB

Fetch the full enacted text of an Irish act / SI.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: fetching metadata, fetching full text, and declaring coverage/gaps. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools share the 'ie_' prefix and follow a consistent verb_noun pattern: ie_get_act, ie_get_text, ie_coverage. Naming is predictable and uniform.

Tool Count5/5

Three tools is an ideal scope for a focused read-only Irish legal metadata and text retrieval server. Each tool earns its place without bloat or thinness.

Completeness5/5

The server covers the full read-only workflow: fetch metadata, fetch full text, and a dedicated coverage tool to handle known gaps. No obvious missing operations for its stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues