Skip to main content
Glama
Ansvar-Systems

Luxembourgish Data Protection MCP

lu_dp_about

Get server metadata — version, data source, coverage, and available tools — to understand the context and capabilities of the Luxembourgish data protection MCP server before querying CNPD data.

Instructions

Return metadata about this MCP server: version, data source, coverage, and tool list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 of behavioral disclosure. For a metadata/about tool, the description clearly states what it returns (version, data source, coverage, tool list), which is effectively the behavioral contract for a read-only introspection tool. This is adequate disclosure for an about endpoint that doesn't mutate state or have side effects.

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 covers exactly what the tool returns with no wasted words. Front-loaded with the verb 'Return' and immediately enumerates the metadata categories. Every phrase earns its place.

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?

This is a zero-parameter about/metadata tool with no output schema, which makes it low complexity. The description enumerates the four categories of metadata returned (version, data source, coverage, tool list), which is sufficient for an agent to know what information it will get. No additional context about return format is strictly needed for such a simple introspection tool.

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 coverage is 100% (trivially, since the schema is empty). With no parameters to explain, the description has nothing to add beyond what the schema shows. Baseline 4 applies for zero-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 states a specific verb ('Return') with a specific resource ('metadata about this MCP server') and enumerates the exact categories of data returned (version, data source, coverage, tool list). It clearly distinguishes itself from sibling research/retrieval tools (get_guideline, list_topics, search_guidelines) by being about the server itself rather than its domain content.

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 does not explicitly state when to use this tool versus alternatives. However, the purpose is self-evident: an 'about' endpoint is for server metadata, clearly distinct from sibling content-query tools. The usage context is strongly implied by the tool's nature, though no explicit alternatives or exclusions are named.

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

Install Server

Other Tools

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/luxembourgish-data-protection-mcp'

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