Skip to main content
Glama
Patrowl

PatrowlIntelMCP

Official
by Patrowl

get_cve

Retrieve comprehensive CVE intelligence including CVSS, EPSS, CISA KEV status, SSVC decision, exploit links, and references for a given CVE identifier.

Instructions

Fetch full intelligence for a single CVE: CVSS, EPSS, CISA KEV status and dates, CISA SSVC decision, public exploit links, affected technologies, weaknesses and references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYesCVE identifier, e.g. 'CVE-2024-3400'.
verboseNoInclude full CVSS vectors, CPEs, all references and the raw SSVC block.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly describes what data is fetched (CVSS, EPSS, etc.), conveying a read-only intent. However, it does not mention potential side effects, rate limits, or authentication requirements, though such transparency is less critical for a simple fetch operation.

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?

A single sentence that front-loads the purpose and lists key data items. Every phrase adds value, with no extraneous information.

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?

Without an output schema, the description serves as the output specification. It lists multiple data fields (CVSS, EPSS, etc.), which is sufficient. Minor gaps include no mention of response size or pagination (not needed for a single CVE), and no explicit note about error handling for invalid CVE IDs.

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 input schema covers 100% of parameters with descriptions. The description adds global context but does not enhance parameter meaning beyond the schema. No additional format or constraint details are given for the required cve_id or optional verbose.

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 that the tool fetches full intelligence for a single CVE, listing specific data points like CVSS, EPSS, CISA KEV status, etc. This distinguishes it from sibling tools like search_cves which presumably handles multiple CVEs, and list_trending_attacks which focuses on trending attacks rather than individual 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 data on a single CVE, but does not explicitly state when to use this tool versus alternatives (e.g., search_cves for bulk or list_trending_attacks for trending). No when-not or exclusion criteria are provided.

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/Patrowl/PatrowlIntelMCP'

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