Skip to main content
Glama
Ansvar-Systems

latvian-cybersecurity-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 clear, distinct purpose: search vs. get for guidance and advisories, plus list_frameworks and about. No overlap or ambiguity.

    Naming Consistency5/5

    All tools follow the 'lv_cyber_' prefix with consistent verb_noun naming (get_guidance, search_guidance, get_advisory, etc.). The 'about' tool is a minor deviation but acceptable as a metadata endpoint.

    Tool Count5/5

    6 tools is a well-scoped count for a specialized cybersecurity information retrieval server, covering search, retrieval, and metadata without being bloated.

    Completeness4/5

    The read-only domain is well covered with search/get for both guidance and advisories, plus framework listing. Missing dedicated list-all endpoints for guidance/advisories is a minor gap, but search can likely cover it.

  • 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

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden. It adds useful behavioral context by stating the return fields (severity, affected products, CVE references), which goes beyond the schema. However, it does not disclose other behavioral traits such as query matching behavior, result ordering, pagination limits beyond the schema, or any access requirements. For a read-only search tool, this is adequate but not rich.

    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 states the purpose and return value. It is front-loaded with the action ('Search CERT.LV...') and contains no filler or irrelevant information. Every word adds value.

    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 combination of the description and the well-documented schema is sufficient for a search tool. The description covers the core return fields while the schema covers parameters. Although there is no output schema, the mention of severity, affected products, and CVE references gives the agent a solid expectation of results. Missing details like sorting or result structure are minor for this tool type.

    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 provides complete descriptions for all three parameters (query examples, limit default, severity enum), achieving 100% coverage. The tool description adds no additional parameter semantics. The baseline of 3 applies because the schema already does the heavy lifting.

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

    Purpose4/5

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

    The description clearly states the tool searches CERT.LV security advisories and alerts, with a specific verb and resource. It mentions the return fields (severity, affected products, CVE references), making the purpose clear. However, it does not explicitly distinguish itself from sibling tools like lv_cyber_get_advisory, relying mainly on the search vs. get naming distinction.

    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 searching advisories/alerts but provides no explicit guidance on when to use this versus alternatives such as lv_cyber_get_advisory or lv_cyber_search_guidance. No exclusions or alternative tool mentions are present, leaving usage context implicit.

    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 carries the full burden of behavioral disclosure. It only states the action and reference format, with no information about return content, error handling, or any operational nuances. This is minimal and leaves the agent guessing about what a fetch actually returns.

    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, well-structured sentence that front-loads the action and resource, includes a practical example, and contains no unnecessary words or repetition.

    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 one-parameter get tool, the description covers the essential purpose and parameter format. However, it does not explain return values (no output schema exists), nor does it reference sibling tools to guide selection. It is adequate but leaves gaps in an otherwise simple context.

    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 schema fully covers the parameter 'reference' with a basic description, but the tool description adds a concrete format example ('CERT-LV-G-2023-001'), which is valuable for constructing valid inputs. This exceeds the schema's minimal guidance.

    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 (Get), the resource (specific CERT.LV guidance document), and the method (by reference), with an explicit example format. It inherently distinguishes from sibling tools like search_guidance (search vs. fetch) and get_advisory (guidance vs. advisory).

    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 use when you have a specific reference ID, but it does not explicitly mention when to use this tool over alternatives such as lv_cyber_search_guidance for searching or lv_cyber_get_advisory for advisories. No when-not-to-use guidance is provided.

    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?

    With no annotations, the description carries full burden for behavioral disclosure. It only states the purpose and gives an example; it does not mention potential errors, authentication, rate limits, or whether the operation is read-only. The name implies a safe get, but this is assumed from the verb and not explicitly stated.

    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, well-structured sentence that front-loads the action and resource. It includes an example without redundancy, making it clear and efficient.

    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?

    For a simple one-parameter get tool, the description is complete enough for selection and invocation. It lacks an explanation of the return value or error handling, but given the simple nature and no output schema, the description suffices.

    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 schema only says 'CERT.LV advisory reference', but the description adds a concrete example format ('CERT-LV-A-2024-001'), which helps the agent construct valid input. This goes beyond the schema and adds meaningful parameter clarity.

    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 ('Get'), the resource ('a specific CERT.LV security advisory'), and the distinguishing parameter (by reference). It differentiates from sibling tools like search_advisories by emphasizing retrieval of a known reference rather than searching.

    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 the tool is for when you have a specific reference, and the example format clarifies the expected input. However, it does not explicitly mention when not to use it or point to alternatives like search_advisories for queries without a reference.

    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?

    With no annotations provided, the description carries the full burden. It describes search behavior and return fields (reference, title, series, summary) but does not disclose any limitations, permissions, or safety traits beyond what the name implies. As a read-only search tool, this is adequate but minimal, offering some context without covering 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, front-loaded with the core action ('Full-text search'), and each sentence serves a purpose: the first defines the resource and scope, the second lists topics and return fields. No wasted words.

    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 no output schema and no annotations, the description is quite complete: it explains what is searched, the source, covered domains, and the returned document fields. It does not mention limit behavior or pagination, but the schema already documents the limit parameter, so this is acceptable. The description covers the necessary context for a search 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 description coverage is 100%, so the baseline is 3 even with no param info in the description. The description adds some contextual value by mentioning coverage areas (e.g., NIS2, network security) that map to filter parameters, but it does not elaborate on parameter syntax or behavior beyond what the schema already provides.

    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?

    Description opens with a specific verb 'Full-text search' and resource 'CERT.LV cybersecurity guidelines, recommendations, and national standards', clearly distinguishing it from sibling tools like lv_cyber_search_advisories and lv_cyber_get_guidance. It also specifies the document types and return fields, 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 description provides clear context on the tool's scope (guidelines, recommendations, standards, NIS2) and the topics it covers, such as network security and incident response. However, it does not explicitly state when to use this tool over alternatives like search_advisories or get_guidance, nor does it mention any exclusions.

    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 must convey behavior directly. The verb 'List' conveys a read-only operation, and the phrase 'covered in this MCP' indicates a fixed, enumerable set. It does not detail return format or side effects, but for a simple catalog tool, the behavior is fully 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?

    The description is a single, front-loaded sentence with a clear verb and object. Every phrase earns its place: 'List' states the action, 'all cybersecurity frameworks and standard series' states the resource, and the examples provide scope without fluff.

    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?

    Given the tool's simplicity (zero parameters, no output schema, no annotations), the description is fully complete. It states exactly what is returned ('all...covered in this MCP') and even gives examples of content categories, leaving no critical gaps for an agent to invoke the tool correctly.

    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 is 4. The description adds meaning by defining what the list contains (frameworks, standard series, specific Latvian materials), enriching the meaning of the tool's output even though no parameters exist to clarify.

    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 uses a specific verb ('List') and resource ('cybersecurity frameworks and standard series'), and distinguishes the tool from siblings by focusing on enumeration rather than search or get operations. It further clarifies scope with concrete examples (CERT.LV guidelines, NIS2 implementation materials), making the purpose unmistakable.

    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—when an agent needs an overview of all covered frameworks—but does not explicitly contrast with alternatives like lv_cyber_search_guidance or lv_cyber_get_guidance. No exclusions or alternative-use cases are stated, so the guidance is present only implicitly.

    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 provided, so description carries full burden. It accurately states the action (returns metadata) and enumerates the return fields. It does not mention any side effects or network dependencies, but for a metadata endpoint this is adequately 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?

    Single sentence, front-loaded with verb 'Return', concise list of contents. Every word earns its place. No redundancy or fluff.

    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?

    Given the tool's simplicity (no params, no output schema, no annotations), the description fully covers what the tool does and what it returns. Complete for its complexity level.

    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?

    Tool has zero parameters, so baseline is 4. Description adds no parameter-specific details, but none are needed. The absence of parameters is clear from the schema, and the description sufficiently explains what the tool returns.

    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?

    Description uses specific verb 'Return' and identifies exact resource (metadata about this MCP server) with concrete contents (version, data source, coverage, tool list). Clearly distinguishes from sibling tools that search/get guidance or advisories.

    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?

    Implied usage is clear: use when you need server metadata. No explicit exclusions or alternatives named, but given the sibling tools are all content-focused, context is sufficient. Lacks a direct 'when not to use' statement, so not a 5.

    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

latvian-cybersecurity-mcp MCP server

Copy to your README.md:

Score Badge

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

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