Skip to main content
Glama
Ansvar-Systems

Latvian Data Protection MCP

lv_dp_get_guideline

Looking for a specific Latvian data protection guideline? Retrieve it directly by providing its database ID.

Instructions

Get a specific DVI guidance document by its database ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGuideline database ID (from lv_dp_search_guidelines results)
Behavior3/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 indicates a read-only 'Get' operation but does not disclose what is returned (e.g., full document text, metadata), error behavior, or any prerequisites beyond having an ID. This is minimal but not misleading.

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, clear sentence preceding the schema. No wasted words.

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?

Given the low complexity (one parameter) and presence of a clear schema, the description is mostly sufficient. However, in the absence of an output schema, it does not specify the return format or content of the guidance document, leaving some ambiguity.

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 schema fully describes the single parameter 'id' with a clear explanation that it is a guideline database ID from search results. The description's phrase 'by its database ID' reinforces this without adding significant new meaning, 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?

Clearly states the tool retrieves a specific DVI guidance document using a database ID. The verb 'Get' and resource 'DVI guidance document' distinguish it from sibling tools like lv_dp_search_guidelines and lv_dp_get_decision.

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 does not explicitly contrast with sibling tools, but the parameter description indicates the ID comes from lv_dp_search_guidelines results, implying this is used after a search. This is helpful but not explicit guidance on when to choose this over alternatives.

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

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