Skip to main content
Glama

osint-terminal

Nvdcve

nvdcve

NVD CVE Detail: Full NVD record: CVSS, CWE, references

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It discloses that the output is a full NVD record with CVSS, CWE, and references, but it says nothing about query behavior, input format requirements, limitations, or response characteristics, which is sparse for an unannotated tool.

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?

The description is compact and front-loaded with substantive content about the returned record. The opening phrase partly restates the tool name, but the rest adds value without filler.

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?

An output schema exists, so return values are partly covered, but the input parameter is unexplained and there is no guidance on how this tool relates to its many CVE-related siblings. For a simple single-parameter tool, the missing input semantics and usage context are the main gaps.

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?

The only parameter, q, is undocumented in the schema and the description does not explain its meaning or expected format. The phrase 'NVD record' weakly implies q is a CVE identifier or query, but the description does not compensate for the 0% schema description coverage.

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 identifies the resource (NVD CVE records) and names the included details (CVSS, CWE, references), so an agent can infer what the tool returns. However, it is a noun phrase rather than an explicit verb, and it does not distinguish this tool from sibling CVE tools like cvedetail or cve_severity.

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?

No usage guidance is provided. The description does not say when to prefer nvdcve over siblings such as cve, cvedetail, cve_severity, or cve_timeline, nor does it state any conditions or exclusions.

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