Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

Per-system vulnerability details

threats_system_report_vulnerabilities
Read-only

List systems affected by known vulnerabilities, showing severity, status, and last-updated time for each. Supports filtering by resource, vulnerability, and severity with pagination.

Instructions

Retrieves systems affected by known vulnerabilities. Each record is one system (resource_id) with a nested vulnerabilities array (vulnerability ID/name, severity, status, last-updated time). Supports 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.
severityNoFilter by severity. Known values: Critical, Important, Moderate, Low.
pageLimitNoMax records per page (server cap for this endpoint is 500).
resourceIdNoFilter by resource ID — a numeric ID or comma-separated list, e.g. "304" or "304,305".
updatedTimeNoFilter by the record's last-updated time, as epoch milliseconds (e.g. "1704363395117").
vulnerabilityIdNoFilter by vulnerability ID — numeric ID or comma-separated list.
vulnerabilityNameNoFilter to vulnerabilities whose name contains this text.
vulnerabilityStatusNoFilter by per-system vulnerability status, e.g. "open".
Behavior3/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 ('Retrieves') is consistent with a safe read operation. The description adds useful context about the nested vulnerabilities array and pagination, but does not disclose other behavioral traits like rate limits or authorization requirements. Since annotations cover the safety profile, the added context earns a mid-range score.

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 purpose, and contains no filler. The second sentence explains the record structure and capabilities without redundancy, making it concise and well-structured.

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?

With no output schema, the description compensates by explaining the record structure (system with nested vulnerabilities array, listing key fields). It covers the essential context for a filtered-list read-only tool with 9 optional parameters, though it does not detail the 'raw' projection behavior, which is left to the schema.

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 individual descriptions, so the baseline is 3. The description only repeats that filtering and pagination are supported, without adding meaning to specific parameters. No parameter semantics are enriched 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 clearly states the tool's function with a specific verb ('Retrieves systems affected by known vulnerabilities') and identifies the resource and granularity ('Each record is one system with a nested vulnerabilities array'), distinguishing it from vulnerability-centric sibling tools like threats_vulnerability_computers_detail.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as threats_vulnerabilities_list or threats_system_report. It does not mention when not to use it or point to sibling tools, leaving the agent without explicit selection criteria.

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