Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CZ_ELI_ENDPOINTNoSPARQL endpoint URL for e-Sbirka open datahttps://opendata.eselpoint.gov.cz/sparql
CZ_ELI_AUDIT_DIRNoDirectory for audit logs~/.matematic/audit
CZ_ELI_CACHE_DIRNoDirectory for caching data~/.matematic/cache/cz-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
cz_searchA

Search Czech acts by year and/or a citation substring.

cz_get_actA

Fetch Czech act metadata by year and number.

cz_get_textB

Fetch the full consolidated text of a Czech act by year and number.

The text is assembled from the latest consolidated version's ordered HTML fragments.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: metadata retrieval, full text retrieval, and search. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent `cz_verb_noun` pattern in snake_case, making them predictable and easy to understand.

Tool Count5/5

Three tools is well-scoped for a legal acts server, covering the core operations without unnecessary bloat.

Completeness4/5

The set covers search, metadata, and full text retrieval. A list-all-act function is missing but search can approximate it; otherwise complete for read-only access.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive