Skip to main content
Glama
Cyreslab-AI

NIST NVD MCP Server

by Cyreslab-AI

search_modified_cves

Identify recently modified CVEs by specifying a date range or number of days, enabling tracking of changes to vulnerability records.

Instructions

Get CVEs that were recently modified within a specified date range

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days back from today (alternative to date range, max 120)
lastModEndDateNoEnd date for modification range (ISO-8601 format)
resultsPerPageNoNumber of results per page (1-2000, default: 50)
lastModStartDateNoStart date for modification range (ISO-8601 format)
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 only the purpose and scope, lacking details on pagination, rate limits, or what happens with empty results. The schema hints at pagination via resultsPerPage but description does not elaborate.

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?

One sentence of 10 words is very concise. While it could include a bit more context without becoming verbose, it is efficient and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This tool has no annotations and no output schema. The description is minimal and does not cover expected return values, pagination behavior, or error scenarios. Given the parameter count and complexity, more detail is needed.

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?

Input schema has 100% coverage with descriptions for all 4 parameters. The tool description does not add any extra semantic meaning beyond what the schema already provides.

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 states the verb 'Get', resource 'CVEs', and scope 'recently modified within a specified date range'. However, it does not differentiate from sibling tools like search_recent_cves, which may also involve recent CVEs.

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 for fetching modified CVEs by date range but offers no explicit guidance on when to use this tool versus alternatives, nor any 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/Cyreslab-AI/nist-nvd-mcp-server'

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