Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List detected vulnerabilities

threats_vulnerabilities_list
Read-only

Retrieve network-wide vulnerabilities with severity, CVE/CVSS details, exploit status, and patch availability. Filter and paginate results for targeted analysis.

Instructions

Retrieves the network-wide list of detected vulnerabilities with severity, CVE IDs, CVSS scores, exploit status, affected-system counts, and fixing-patch availability. Supports extensive filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each entry instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
cveIdsNoFilter by CVE ID, e.g. "CVE-2019-0981".
patchIdNoFilter by fixing patch ID — numeric ID or comma-separated list.
severityNoFilter by vulnerability severity. Known values: Critical, Important, Moderate, Low (the spec models this as a free string, not a closed enum).
solutionNoFilter by the solution/fix text (e.g. a patch file name).
pageLimitNoMax records per page (server cap for this endpoint is 1000).
cvss2ScoreNoFilter by CVSS 2.0 score (numeric).
cvss3ScoreNoFilter by CVSS 3.0 score (numeric).
osPlatformNoFilter by OS platform name, e.g. Windows, Mac, Linux.
updatedTimeNoFilter by the vulnerability's last-updated time, as epoch milliseconds (e.g. "1704363395117").
exploitStatusNoFilter by public exploit status. Known values: "available", "not available".
publishedTimeNoFilter by the vulnerability's published time, as epoch milliseconds (e.g. "1704363395117").
supportedTimeNoFilter by the time support/detection for the vulnerability was added, as epoch milliseconds (e.g. "1704363395117").
rebootRequiredNoFilter by reboot behavior of the fix. Known values: "required", "not required", "autoreboot", "may require".
vulnerabilityIdNoFilter by vulnerability ID — a numeric ID or comma-separated list, e.g. "24480" or "24480,25109".
patchAvailabilityNoFilter by whether a fixing patch exists. Known values: "available", "not available".
vulnerabilityNameNoFilter to vulnerabilities whose name contains this text.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description is consistent ('Retrieves'). Beyond that, the description adds useful behavioral context by listing the returned data fields (CVE IDs, CVSS scores, exploit status, patch availability) and noting pagination support, which helps set expectations without contradicting the annotations.

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 two sentences, front-loaded with the core verb and resource, and avoids any redundant or filler content. Every clause adds information about the output or capabilities.

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 read-only list tool with 18 fully documented parameters and no output schema, the description sufficiently covers scope, return fields, filtering, and pagination. It could mention default ordering or explicit alternatives, but these are not critical given the schema and purpose clarity. The description is complete enough for an agent to select and invoke the tool.

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 has 100% description coverage for all 18 parameters, each with its own clear description. The tool description adds no additional parameter-level detail beyond the generic statement that it supports 'extensive filtering and pagination'. Since the schema does the heavy lifting, a 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 'Retrieves the network-wide list of detected vulnerabilities' and enumerates the key fields returned (severity, CVE IDs, CVSS scores, exploit status, etc.). This distinguishes it from per-system vulnerability tools like threats_system_report_vulnerabilities and threats_vulnerability_computers_detail, which are sibling 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?

The description provides clear context: this is a network-wide list endpoint with extensive filtering and pagination. It implies the tool is for broad vulnerability discovery rather than per-system detail, though it does not explicitly mention alternatives or exclusions. This meets the 'clear context, no exclusions' bar.

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/hdyrawan/mcp-endpoint-central'

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