Skip to main content
Glama
ch201y00n

cve-reference-mcp

by ch201y00n

get_cve_references

Retrieve reference materials for CVE write-ups by inputting a CVE ID, aggregating data from NVD, CIRCL, OSV, EPSS, and GitHub Advisory.

Instructions

CVE ID를 입력받아 CVE 안내서 작성용 참고자료 목록을 반환합니다. NVD, CIRCL, OSV, EPSS, GitHub Advisory 등 복수 원본에서 수집합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYes조회할 CVE ID (예: CVE-2021-44228)
sourcesNo수집할 데이터 원본 목록
output_formatNo출력 형식: json(구조화) 또는 markdown(가독성)json
Behavior3/5

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

Since no annotations are provided, the description carries full responsibility. It discloses that the tool aggregates from multiple sources (NVD, CIRCL, OSV, EPSS, GitHub Advisory), which is useful. However, it does not mention potential latency, failure behavior, or output structure nuances, leaving behavioral transparency partial.

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 a single, front-loaded sentence that efficiently conveys purpose and data sources. Every element earns its place, with no redundant or vague wording.

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 retrieval tool with three well-documented parameters, the description is sufficiently complete. It explains the tool's role in collecting references from multiple sources. Although no output schema exists, the output_format parameter and the mention of a reference list cover the return expectations adequately. A minor gap is the lack of detail on what constitutes a reference, but this is not critical.

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?

The schema has 100% parameter descriptions with clear semantics for cve_id, sources, and output_format. The description adds context about the purpose (guide writing) but does not enhance parameter understanding beyond what the schema already provides. Baseline of 3 is appropriate.

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 function: it accepts a CVE ID and returns a list of reference materials for writing a CVE guide, sourced from multiple origins. This specific verb+resource combination distinguishes it from sibling tool get_cve_summary, which focuses on summaries rather than references.

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 ('CVE 안내서 작성용' - for writing CVE guides) but does not explicitly contrast with get_cve_summary or provide when-to-use guidance. It lacks exclusions or alternative tool mentions, making it minimally adequate but not explicit.

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

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