Skip to main content
Glama

Security Intel MCP

known_exploited

Check whether a CVE is on the CISA Known Exploited Vulnerabilities (KEV) catalog — confirmed exploited in the wild — or list the most recently added exploited vulnerabilities. Pass cve_id to check one; omit it to list recent (optionally filter by vendor/product, or ransomware_only). Source: CISA KEV, updated ~daily.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoWhen listing, how many newest entries to return (default 20, max 100).
cve_idNoOptional. Check a single CVE, e.g. CVE-2021-44228.
vendorNoOptional. Filter by vendor or product name substring.
ransomware_onlyNoOptional. Only vulns CISA links to known ransomware campaigns.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It adds valuable context: source authority (CISA), freshness (~daily updates), and the two distinct modes of behavior (single check vs. recent list). It does not describe the return format, but the semantics of checking/listing are reasonably inferable.

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?

Two taut sentences with no filler. The primary purpose and source are front-loaded, then the parameter-driven usage pattern is stated directly. Every sentence 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?

The definition covers the tool's purpose, data source, update cadence, and all optional filter behaviors despite no output schema and no annotations. A small gap is the lack of explicit return-shape information (e.g., boolean for a single CVE check, array for listing), but the tool is otherwise fully invokable.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by explaining the conditional relationship between parameters: cve_id switches the tool from listing mode to check-one mode, and vendor/product and ransomware_only are list-mode filters. That interactional guidance is useful for correct invocation.

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 names a specific resource (CISA KEV catalog), a specific verb (check/list), and the distinguishing semantic (confirmed exploited in the wild). It separates this tool from siblings like cve_lookup and epss_score by defining its unique specialty without requiring the agent to open schemas.

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 gives clear operational guidance: pass cve_id to check one CVE, omit it to list recent entries, and optionally filter by vendor/product or ransomware_only. It does not explicitly name alternatives or say when not to use this tool, so it lacks the full exclusion guidance needed for a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.