Skip to main content
Glama

get_cve_timeline

Build a complete CVE lifecycle timeline showing publication dates, EPSS score history, CISA KEV additions, patch lag, and exploit window estimation for vulnerability analysis.

Instructions

Build a complete CVE lifecycle timeline: NVD publication date, EPSS score history, CISA KEV addition date, patch lag, and exploit window estimation.

Args: cve_id: CVE identifier (e.g. CVE-2021-44228)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions what data the tool retrieves (timeline components) but lacks behavioral details like whether it makes external API calls, typical latency, error handling, or data freshness. The description doesn't contradict annotations (none exist), but it's insufficient for a mutation-free tool with no 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.

Conciseness5/5

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

The description is efficiently structured: a clear purpose statement followed by a concise Args section. Every sentence adds value—no redundancy or fluff. It's appropriately sized for a single-parameter tool with a focused function.

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?

Given the tool's complexity (building a multi-component timeline) and the presence of an output schema (which handles return values), the description is reasonably complete. It specifies the timeline components and parameter usage. However, without annotations and with 0% schema coverage, it could better address behavioral aspects like data sources or limitations.

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 0%, so the description must compensate. It provides the single parameter 'cve_id' with a clear example (CVE-2021-44228), adding meaning beyond the schema's generic string type. However, it doesn't explain format constraints or validation rules, keeping it from a perfect score.

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 clearly states the tool's purpose: 'Build a complete CVE lifecycle timeline' with specific components listed (NVD publication date, EPSS score history, CISA KEV addition date, patch lag, exploit window estimation). It distinguishes from siblings like get_cve_summary or lookup_cve by focusing on timeline construction rather than basic lookup or summary.

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 description implies usage context through the listed timeline components, suggesting this tool is for comprehensive CVE analysis rather than quick checks. However, it doesn't explicitly state when to use this vs. alternatives like get_cve_summary or compare_cves, nor does it mention prerequisites or exclusions.

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/mukul975/cve-mcp-server'

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