Skip to main content
Glama
Cyreslab-AI

ransomware-live-mcp-server

get_cert_contacts

Read-only

Retrieve national CERT contact details for a given ISO-2 country code to report ransomware incidents and seek assistance.

Instructions

Get national CERT contact information for a country

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryCodeYesISO-2 country code (e.g., US, DE, FR)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
emailNo
phoneNo
countryYes
websiteNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is known. The description adds the scope of the returned data (national CERT contacts by country) but does not describe output details, freshness, or availability; the existing output schema covers return structure.

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 efficient sentence with no redundant words. The key resource and scope are immediately front-loaded.

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 one-parameter lookup with read-only and open-world hints plus an output schema, the description is entirely sufficient. No additional operational guidance is needed.

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 schema already explains the countryCode parameter. The description's 'for a country' loosely maps to that parameter but adds no details beyond the schema.

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 ('Get') with a concrete resource ('national CERT contact information') scoped by country. This clearly distinguishes it from all sibling tools, which focus on attacks, victims, groups, and other datasets.

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 makes the use case obvious: when the agent needs national CERT contact data for a country. It does not name alternatives, but no sibling tool covers CERT contacts, so no exclusions are necessary.

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