Skip to main content
Glama
Sabastiaz

tenable-vpr-mcp

by Sabastiaz

check_kev_epss_exposure

Cross-references live findings with CISA KEV and EPSS to highlight confirmed exploited and high-probability vulnerabilities, aiding re-prioritization.

Instructions

Cross-reference live findings against two independent, publicly sourced exploitation signals (not Tenable's proprietary VPR):

  • CISA KEV: CVEs with confirmed real-world exploitation

  • FIRST.org EPSS: probability of exploitation in the next 30 days

Useful alongside compare_vpr_reprioritization to back a re-prioritization argument with vendor-independent evidence. Each finding gets a signal: confirmed_exploited > high_probability > low_signal > no_cve_data, sorted most urgent first.

limit bounds how many distinct plugins get a CVE lookup (one extra Tenable API call per plugin), so keep it modest for interactive use. Filter the underlying findings by CVSS severity and/or plugin_family first, same as search_vulnerabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
severityNo
plugin_familyNo
epss_high_confidence_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description clearly discloses important behavior: it uses external non-Tenable sources, assigns an ordered signal classification, sorts results by urgency, and warns that each plugin incurs an extra Tenable API call. It does not cover error handling or rate limits, but the cost implication and signal ordering are valuable.

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 organized with a clear lead, bullet list, and workflow notes; every sentence adds context about data sources, ranking, cost, or filtering. It is slightly longer than strictly necessary but remains focused and front-loaded.

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?

The description covers the tool's main purpose, output signal order, cost implications, and suggested preceding filters, while an output schema exists to document return values. The missing explanation of the EPSS threshold parameter and lack of annotations keep it from being fully complete.

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 0% description coverage, and the text explains `limit` (bounds plugin CVE lookups and API calls), `severity`, and `plugin_family` (filtering similar to search_vulnerabilities). However, `epss_high_confidence_threshold` is never described, leaving its meaning and default (0.5) unexplained despite being central to the EPSS signal classification.

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 'cross-reference[s] live findings against two independent, publicly sourced exploitation signals' (CISA KEV and FIRST.org EPSS) and explicitly distinguishes itself from Tenable's VPR and the sibling compare_vpr_reprioritization tool. This provides a specific verb+resource and differentiates it from related tools.

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?

It gives clear context: use alongside compare_vpr_reprioritization for vendor-independent re-prioritization evidence, and filter by severity/plugin_family first. It references search_vulnerabilities for consistent filtering, but does not explicitly state when not to use the tool or name alternative tools for substitutions, so it lacks full exclusion guidance.

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/Sabastiaz/tenable-vpr-mcp'

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