Skip to main content
Glama
Sabastiaz

tenable-vpr-mcp

by Sabastiaz

search_vulnerabilities

Search vulnerability findings by CVSS severity and plugin family, returning per-plugin aggregates with VPR score and affected asset count to prioritize remediation.

Instructions

Search current findings across the tenant via the vulnerability workbench. Filter by CVSS severity (any of "info", "low", "medium", "high", "critical" — case-insensitive) and/or plugin family (e.g. ["Windows", "Web Servers"]). Returns per-plugin aggregate records including CVSS severity, VPR score, and affected asset count. Capped at limit records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
severityNo
plugin_familyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description must disclose behavior. It does so by stating the return shape (per-plugin aggregate records with CVSS severity, VPR score, affected asset count) and the cap at 'limit' records. It also notes case-insensitivity for severity. This adds meaningful behavioral context beyond the schema, though it does not address side effects (none expected for a search) or pagination details beyond the cap.

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?

Four sentences, every one delivers essential info: what the tool does, filter options with examples, return shape, and a limit caveat. No fluff or repetition. The main action is front-loaded.

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?

Given three optional parameters, no annotations, but an output schema that likely documents return fields, the description covers the core purpose, parameter semantics, and the limit behavior. It is sufficiently complete for an AI agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero descriptions and no enums, so the description carries the full burden. It explains the allowed severity values ('info', 'low', 'medium', 'high', 'critical'), case-insensitivity, provides an example for plugin_family ( ["Windows", "Web Servers"]), and specifies that limit caps the number of records. This is rich semantic detail that the schema lacks.

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 a specific verb and resource: 'Search current findings across the tenant via the vulnerability workbench.' It clearly distinguishes from sibling tools like get_asset_details or list_assets, which address different resources (assets, plugins, scans). The scope and action are unambiguous.

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 description implies when to use the tool: when searching for vulnerability findings with optional severity/family filters. It gives concrete filter examples, making the use case clear. However, it does not explicitly mention alternatives or exclusions, so it stops short of a 5.

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