Skip to main content
Glama
Ansvar-Systems

Lithuanian Data Protection MCP

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    Six tools is well-scoped for a focused Lithuanian data protection research server. Each tool covers a necessary function without redundancy.

    Completeness5/5

    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.

  • Average 4/5 across 6 of 6 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

  • This repository is archived. Archived repositories automatically receive an F maintenance tier.

  • This repository is licensed under Apache 2.0.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior2/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'get' without detailing what is returned, what happens if the reference is not found, or whether any other behavior occurs. This leaves the agent uninformed about edge cases or response format.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is one concise sentence, front-loaded with the verb 'Get', and contains no extraneous information. Every word is purposeful, making it efficient and easy to parse.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a simple tool with a single parameter and no output schema, the description is minimal but adequate to convey the core function. However, it lacks context about the return value (e.g., full decision details) and does not mention how to handle missing references. Additionally, given the sibling search tool, a short note on when to use get vs search would improve completeness.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100% for the single 'reference' parameter, and its description includes an example format. The tool description itself adds no extra parameter meaning, but the schema already provides adequate context, so a baseline of 3 is appropriate.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description 'Get a specific VDAI decision by reference number' clearly states the action (get), the resource (VDAI decision), and the method (by reference number). It distinguishes itself from sibling tools like lt_dp_search_decisions, which implies a search/filter process rather than exact lookup.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines3/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description implies you should use this tool when you already have a specific reference number, but it does not explicitly contrast it with lt_dp_search_decisions or state when not to use it. There is no guidance on selecting between get and search tools, so guidance is implied rather than explicit.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    No annotations are provided, so the description must carry the full burden of behavioral disclosure. It states that the tool searches documents but does not mention whether it is read-only, any authentication requirements, rate limits, pagination, or what the response looks like. This is a significant gap for a tool with no output schema.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is a single, concise sentence that immediately conveys the tool's purpose. It contains no filler or redundant information, and is well front-loaded with the verb and resource.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a search tool with four parameters and no output schema, the description provides adequate context about the subject matter but lacks detail on result formatting, filtering behavior, or how to combine parameters. It is sufficient for a basic understanding but leaves gaps that could affect correct invocation.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The input schema has 100% description coverage for all 4 parameters, providing baseline clarity. However, the description adds little beyond the schema: it lists some document types but omits 'template', and does not elaborate on how query, type, topic, or limit interact. The schema itself already defines these well.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('Search') and the resource ('VDAI guidance documents'), enumerating specific document types (recommendations, guidelines, FAQs) and scope (GDPR implementation in Lithuania). This distinguishes it from sibling tools like lt_dp_search_decisions, which searches a different resource type.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines3/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description implies usage for guidance documents but does not explicitly state when to use this tool versus alternatives like lt_dp_search_decisions. The sibling names hint at the distinction, but the description itself offers no exclusions or alternative references.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    No annotations are provided, so the description must carry the burden. The verb 'get' implies a read-only operation, but the description does not disclose error behavior, response format, or any potential side effects. It adds minimal behavioral context beyond the verb itself.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is a single, front-loaded sentence with no redundant words. It precisely conveys the tool's function in an efficient manner.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's simplicity (one parameter, no nested objects, no output schema), the description is largely complete. However, it does not explicitly mention what the tool returns (e.g., the full guideline document), but this is strongly implied by 'get'. A small gap for a simple tool.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100% for the single parameter 'id', with a clear description in the schema. The tool description adds no additional parameter semantics, so baseline 3 is appropriate.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the verb 'Get' and the resource 'specific VDAI guidance document by its database ID', distinguishing this from sibling search tools. It's specific and unambiguous.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines3/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The parameter description ('from lt_dp_search_guidelines results') implies a workflow of searching first then getting by ID, but the tool description itself does not explicitly state when to use this versus alternatives. Usage is implied rather than clearly articulated.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    No annotations are provided, so the description carries the full burden. It states the search behavior ('full-text') and lists return fields (reference, entity, fine amount, GDPR articles), which is useful. It does not mention pagination, rate limits, or error behavior, but for a read-only search tool this is adequate.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is two concise, front-loaded sentences with no redundant information. Every word contributes to understanding what the tool does and what it returns.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    The tool is a straightforward search operation; the description clearly states return values, so agents know what to expect. It does not mention default limits or pagination, but this is a minor gap. The sibling lt_dp_get_decision exists for retrieving a single decision, so the overall context is reasonably complete.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100%, so all four parameters are already described in the schema. The description adds no additional parameter-level semantics beyond implying the 'query' parameter is a full-text search, which the schema already conveys. Therefore baseline 3 is appropriate.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description states a specific verb ('Full-text search') and a clear resource ('VDAI decisions and sanctions'), and distinguishes itself from sibling lt_dp_search_guidelines by explicitly naming decisions/sanctions. The return fields are also summarized, making the purpose unambiguous.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The phrase 'Full-text search across VDAI decisions and sanctions' clearly implies this tool is for searching decision-type content. It does not explicitly mention when not to use it (e.g., use lt_dp_search_guidelines for guidelines), but the sibling tool names provide enough context for an agent to differentiate.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries the burden of disclosing behavior. It states that the tool lists 'all covered' topics, indicating exhaustive coverage, and explicitly mentions the bilingual output. For a simple, parameter-free read-only list, this is adequate, even though it omits details like pagination or ordering.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is two sentences with no filler. The primary purpose is front-loaded, and the second sentence adds practical usage context. Every word earns its place.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    The output schema is absent, so the description must specify return values. It states the list includes topics with Lithuanian and English names, but it does not explicitly confirm that topic IDs are included in the returned list. Since the description instructs using topic IDs to filter decisions/guidelines, it is ambiguous whether the IDs come from this tool, leaving a notable gap.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The tool has zero parameters and the schema is fully covered by default. The description adds no parameter-specific information, but none is needed; baseline 4 applies as per the rubric for 0-parameter tools.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool's purpose: to list all covered data protection topics, and it specifies that each topic includes Lithuanian and English names. This distinguishes it from sibling tools that search or retrieve decisions/guidelines.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides contextual guidance by noting that topic IDs can be used to filter decisions and guidelines, implying this tool is the source for such IDs. It does not explicitly list alternatives or when-not-to-use scenarios, but the connection to sibling tools is clear.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    No annotations are provided, so the description carries the burden. It discloses that this is a metadata query and what it returns, implying a safe read operation. It doesn't mention any caveats, but for a simple info endpoint, the behavior is transparent.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    A single sentence that is front-loaded with the key purpose and lists the returned fields without any padding. Every word contributes to understanding the tool.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a simple metadata tool with no output schema, the description fully covers what the agent needs: what it returns and the scope. The tool list hint also helps discoverability of siblings.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The tool has zero parameters, so the baseline score of 4 applies. There is nothing to add beyond the schema, and the description correctly focuses on the return values.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the action ('Return') and resource ('metadata about this MCP server'), listing specific outputs (version, data source, coverage, tool list). This distinguishes it from sibling tools that deal with decisions, guidelines, or topics.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The context is clear: use this to get server-level information, not specific data. It doesn't explicitly name alternatives or exclusions, but the separation from sibling data-retrieval tools is obvious from the description.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

lithuanian-data-protection-mcp MCP server

Copy to your README.md:

Score Badge

lithuanian-data-protection-mcp MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ansvar-Systems/lithuanian-data-protection-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server