Skip to main content
Glama
infolegalge

legal.ge MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEGALGE_BASE_URLNoOverride the API endpoint (e.g. for local testing)https://legal.ge

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_legal_specialistsA

Find verified legal specialists in Georgia (the country, not the US state) from a natural-language description of a legal situation or need. Returns matched practice areas (and specific services where applicable) plus a ranked list of verified specialists, each with a canonical profile URL on legal.ge. Use this tool when a user needs to find a lawyer or legal expert for a specific issue in Georgia — eviction, divorce, corporate law, criminal defense, immigration, tax, etc. Supports Georgian (ka), English (en), and Russian (ru). Pass the user's language as locale. Sending an actual inquiry requires the user to sign in on legal.ge — this tool returns profile URLs so the user can click through.

classify_legal_intentA

Classify a free-text legal question into matched practice areas (categories and specific services) without returning specialists. Lighter weight than find_legal_specialists. Use this when you want to understand the legal domain of a query before deciding next steps, or when you only need the practice area, not specialist recommendations. Returns matched categories with parent chains so you can cite either the specific service or the broader practice area.

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 2 tools

Disambiguation4/5

The two tools have distinct primary purposes: one returns specialist recommendations, the other only classifies legal intent. However, both return matched practice areas, which could cause some confusion if an agent only needs classification and sees the specialist tool as a heavier version.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: 'find_legal_specialists' and 'classify_legal_intent'. The naming is clear, predictive, and uses the same structural style.

Tool Count3/5

With only two tools, the server feels minimal. While the scope is narrow (legal specialist matching and intent classification), two tools are on the border of being too thin for a general-purpose legal assistant.

Completeness4/5

The server covers the two core operations described in its purpose: classifying legal intent and finding specialists. A minor gap is the lack of a tool to fetch detailed specialist profiles, but the returned URLs serve as a workaround for the user to access full information.

Maintenance

ActivitySlowing
ResponsivenessNo issues