Skip to main content
Glama
Hei33enberg

ZomPP MCP Server

by Hei33enberg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_URLYesSupabase project URL
SUPABASE_ANON_KEYYesSupabase anonymous key
SUPABASE_SERVICE_ROLEYesSupabase service role key

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reportsA

List ZomPP reports (zawiadomienia). Use limit to paginate.

get_reportA

Fetch full details of a ZomPP report by its ID.

diagnose_orchestrationA

Analyzes generated sections of a report to diagnose Chyłka AI progress or find AI fallback errors.

search_legal_precedentsA

Search ZomPP's database of legal precedents, Supreme Court (SN) and CJEU (TSUE) rulings. Supports full-text search.

get_legal_precedentB

Fetch the complete text and metadata of a legal ruling by its signature or slug.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: analyzing report sections, fetching report details, listing reports, fetching legal precedent, and searching precedents. There is no overlap in purpose.

Naming Consistency5/5

All tool names consistently follow the verb_noun pattern with snake_case (e.g., diagnose_orchestration, get_legal_precedent), making the naming predictable.

Tool Count5/5

With 5 tools, the server is well-scoped for its domain of legal reports and precedents, providing essential operations without overcomplicating the surface.

Completeness4/5

The tool set covers listing and retrieving reports, searching and fetching legal precedents, and diagnosing AI orchestration. Missing write operations (create/update/delete) are acceptable given the likely read-only focus, and the diagnostic aspect is covered, though additional tools for handling found errors could enhance completeness.

Maintenance

ActivityMaintained
ResponsivenessSyncing