Skip to main content
Glama

New CISA KEV entries

kev_recent
Read-onlyIdempotent

CVEs added to the CISA Known Exploited Vulnerabilities catalog in the last N days, newest first, with due date, ransomware use and EPSS. Optional vendor/product text filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo
vendorNo
ransomwareNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already cover the read-only, idempotent, open-world safety profile, so the description rightly focuses elsewhere and adds ordering (newest first) and result content (due date, ransomware use, EPSS). It does not mention the 30-day default window, pagination, or result caps, which are minor gaps given annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single dense sentence with the scope and ordering front-loaded and no wasted words. The phrase 'ransomware use' is slightly overloaded, blurring whether it refers to output content or the filter, which keeps it out of the top band.

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 4-parameter tool with no output schema and no schema descriptions, the definition covers what the tool returns and how results are ordered, which is the key missing context. It falls short on the untyped limit/ransomware parameters and lacks any guidance for choosing among the three sibling tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry all parameter meaning, and it only partially does: 'last N days' loosely maps to days and 'optional vendor/product text filter' maps to vendor. The limit parameter (default 50, max 100) and the ransomware boolean filter are never explained, leaving half the parameters ambiguous.

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 states a specific verb+resource (CVEs added to the CISA KEV catalog) with scope (last N days), ordering (newest first), and returned fields. It implicitly separates itself from siblings like epss_watchlist by anchoring on the KEV catalog, but never names or contrasts an alternative explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to choose this over cve_priority or epss_watchlist, and no stated prerequisites or exclusions. The only usage hint is the bare mention of an 'optional' filter, which is implicit at best.

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.

Resources