Skip to main content
Glama

list_kev_entries

Read-onlyIdempotent

List and filter Known Exploited Vulnerability (KEV) entries to identify actively exploited vulnerabilities.

Instructions

List and filter Known Exploited Vulnerability (KEV) entries.

Use this tool to browse KEV catalogs, check if a specific vulnerability is in a KEV catalog, or find recently added KEV entries.

KEV catalogs are identified by the UUID of their Vulnerability-Lookup origin instance. Use the list_gcve_references tool to discover available KEV catalogs and their UUIDs. Known catalogs include:

  • CISA KEV: 405284c2-e461-4670-8979-7fd2c9755a60

  • CIRCL: 1a89b78e-f703-45f3-bb86-59eb712668bd

  • EUVD KEV (ENISA): cce329bf-df49-4c6e-a027-80be2e6483bd

The base URL defaults to https://vulnerability.circl.lu and can be overridden with the VULNMCP_LOOKUP_URL environment variable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default 1).
authorNoFilter by author login.
date_toNoOnly return entries up to this date (YYYY-MM-DD).
vuln_idNoFilter by vulnerability ID (e.g. "CVE-2021-44228").
per_pageNoNumber of results per page, max 1000 (default 10).
date_fromNoOnly return entries from this date onward (YYYY-MM-DD).
exploitedNoFilter by exploited status (True/False).
status_reasonNoFilter by status reason — one of "confirmed", "suspected", "disputed", "historical", "unknown".
vulnerability_lookup_originNoFilter by origin Vulnerability-Lookup instance UUID (e.g. "405284c2-e461-4670-8979-7fd2c9755a60" for CISA KEV). Use list_gcve_references to find available UUIDs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is known. The description adds meaningful context about how UUIDs identify KEV catalogs and that the base URL can be overridden via an environment variable. No contradictions with annotations.

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 compact paragraph of four sentences. It front-loads the core purpose, follows with use cases, then gives essential UUID context and configuration details. Every sentence contributes necessary information with no redundancy.

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 tool with 9 optional parameters, an output schema, and a clear domain, the description covers all necessary operational context: what it does, when to use it, how to identify catalog UUIDs, known examples, and configurability. The existence of an output schema covers return value details, so nothing critical is missing.

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 coverage is 100%, providing baseline 3. The description adds significant semantic value by explaining the 'vulnerability_lookup_origin' parameter in depth, listing known catalog UUIDs and repeating the pointer to list_gcve_references. This enriches the schema's terse description of that parameter.

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 filter') paired with a clear resource ('Known Exploited Vulnerability (KEV) entries'). It further clarifies the scope with concrete use cases: browsing catalogs, checking for a specific vulnerability, and finding recent entries. This clearly differentiates it from sibling tools like list_gna_entries.

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 explicitly states when to use this tool ('Use this tool to browse... check... find...') and points to a specific alternative for discovering KEV catalogs ('Use the list_gcve_references tool to discover available KEV catalogs and their UUIDs'). It lacks an explicit 'when not to use' statement, but the guidance is otherwise clear.

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/vulnerability-lookup/VulnMCP'

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