Skip to main content
Glama

kev_list

CISA Known Exploited Vulnerabilities — actively exploited CVEs with patch deadlines. DORA Art. 9 patch compliance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoAdded to KEV within last N days (default: 30)
limitNoMax results 1-50 (default: 15)
vendorNoFilter by vendor e.g. 'Cisco', 'Microsoft', 'SAP'
overdueNoShow only overdue patches (default: false)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It states the content (actively exploited CVEs with deadlines) but does not disclose filtering defaults, pagination, or any side effects. It is arguably a read-only operation, but that is 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 consists of two terse, informative sentences with no redundant wording. It front-loads the key concept (CISA KEV) and adds compliance context efficiently.

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 list tool, the description covers the subject matter and compliance context, while the schema handles parameter details. Without an output schema, the description does not specify return fields, but this is acceptable given the straightforward nature of the 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?

All four parameters are fully described in the schema with defaults and examples, so the description does not need to add much. The mention of patch deadlines complements the 'overdue' parameter but adds no new syntax or format details beyond the schema.

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 identifies the tool as providing CISA Known Exploited Vulnerabilities with patch deadlines, and ties it to DORA Art. 9 compliance. However, it does not explicitly distinguish from sibling tools like kev_check or cve_search, so it is not a full 5.

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 mention of DORA Art. 9 patch compliance suggests a compliance use case, but there is no explicit statement of when to use this tool over alternatives like cve_search or kev_check. No exclusions or alternative directives are provided.

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