Lithuanian Data Protection MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lt_dp_search_decisionsA | Full-text search across VDAI (Valstybinė duomenų apsaugos inspekcija) decisions and sanctions. Returns matching decisions with reference, entity name, fine amount, and GDPR articles cited. |
| lt_dp_get_decisionA | Get a specific VDAI decision by reference number. |
| lt_dp_search_guidelinesA | Search VDAI guidance documents: recommendations, guidelines, and FAQs on GDPR implementation in Lithuania. |
| lt_dp_get_guidelineA | Get a specific VDAI guidance document by its database ID. |
| lt_dp_list_topicsA | List all covered data protection topics with Lithuanian and English names. Use topic IDs to filter decisions and guidelines. |
| lt_dp_aboutA | Return metadata about this MCP server: version, data source, coverage, and tool list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: search vs get for decisions, search vs get for guidelines, plus list_topics for filtering and about for server metadata. No overlap or ambiguity.
All tools follow a consistent pattern: lt_dp_<verb>_<resource>. Verbs are search, get, list, about; resources are decision/decisions, guideline/guidelines, topics. Minor singular/plural usage is consistent across resource pairs.
Six tools is well-scoped for a focused Lithuanian data protection research server. Each tool covers a necessary function without redundancy.
For a read-only research domain, the surface is complete: search and retrieve for both decisions and guidelines, topic listing for navigation, and an about tool for metadata. No obvious missing operations.