Skip to main content
Glama

get_cve

Read-onlyIdempotent

Full intelligence record for one CVE: per-scorer CVSS, EPSS, CISA KEV/ransomware/SSVC, four remote-detection modalities plus the Sigma log-detection layer, per-product fixed versions (fixed = first patched build; affected_through = the last vulnerable build, so upgrade past it), news/community coverage, intelligence summary. No key required over MCP; an API key on the HTTP request (Authorization: Bearer cvs_live_…) is honored for attribution. Absence semantics: a null field means this dataset holds no such record. The source may still hold one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCVE id, such as CVE-2024-3400

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / id / description
      Previous value: -"CVE id, e.g. CVE-2024-3400"New value: +"CVE id, such as CVE-2024-3400"
  2. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description adds useful non-obvious behavior: no key is required over MCP, an API key is honored only for attribution, and null fields carry a specific absence semantic. This goes well beyond the annotation metadata without contradicting it.

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 a single dense paragraph, but it front-loads the core purpose and packs in essential semantics like fixed-not-affected_through and absence behavior. No sentence is filler, though the structure could be tightened with clearer separation of concerns.

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

Completeness5/5

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

With no output schema, the description carries the burden of explaining the return value, and it does: it lists all major data categories, defines fixed vs affected_through, and clarifies null semantics. An agent has enough context to invoke the tool correctly and interpret the response.

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 already documents the single 'id' parameter with a format and example ('CVE-2024-3400'), so schema coverage is 100%. The description reinforces that the tool targets one CVE but adds no parameter-level detail beyond the schema.

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 opens with 'Full intelligence record for one CVE' and enumerates specific content: CVSS, EPSS, KEV, fixed versions, detection modalities, and news coverage. This clearly identifies the resource and differentiates it from search-oriented siblings like search_cves or get_scoreboard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'for one CVE' plus the detailed record contents make the intended use case clear: when an agent already has a CVE id and needs the full intelligence profile. It does not explicitly name alternatives or state when not to use the tool, but the context is unambiguous.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct retrieval task: single CVE lookup, EPSS movers, scoreboard report, update stream, package query, and catalog search. There is minimal overlap, and the descriptions reinforce the clear boundaries between tools.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: get_ for direct retrievals, query_package for package-specific lookup, and search_cves for catalog search. All names are snake_case and use clear, predictable verbs.

Tool Count5/5

Six tools is a well-scoped surface for a CVE intelligence server, covering all major entry points without redundancy. Each tool earns its place and there is no bloat or thinness.

Completeness5/5

The domain is read-only vulnerability intelligence, and the set covers individual CVE records, searchable catalog discovery, package-specific CVE lookup, trend analysis, update streams, and periodic reporting. There are no obvious dead ends for the stated purpose.

Resources