Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

Per-system patch details

threats_system_report_patches
Read-only

Retrieve systems with per-system patch details including status, approval, install errors, and installed time. Supports extensive filtering and pagination for targeted patch management queries.

Instructions

Retrieves systems with their per-system patch details (status Missing/Failed/Installed, approval status, install errors, installed time). Each record is one system (resource_id) with a nested patches array. 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 patch ID — numeric ID or comma-separated list.
fqdnNameNoFilter by the system's fully qualified domain name.
severityNoFilter by patch severity. Known values: Critical, Important, Moderate, Low, Unrated.
pageLimitNoMax records per page (server cap for this endpoint is 500).
patchNameNoFilter to systems having patches whose name contains this text.
resourceIdNoFilter by resource ID — a numeric ID or comma-separated list, e.g. "304" or "304,305".
updateTypeNoFilter by the type of patch (the spec's closed 'Applicable inputs' list).
vendorNameNoFilter by vendor name, e.g. Microsoft.
patchStatusNoFilter by per-system patch status: Missing, Failed, or Installed.
platformNameNoFilter by platform, e.g. Windows, Mac, Linux.
installedTimeNoFilter by the patch installation time, as epoch milliseconds (e.g. "1704363395117").
rebootRequiredNoFilter by the post-deployment reboot option configured for the patch.
installErrorCodeNoFilter by the patch installation error code.
patchDescriptionNoFilter to patches whose description contains this text.
patchReleasedTimeNoFilter by the patch's release date, as epoch milliseconds (e.g. "1704363395117").
patchApprovalStatusNoFilter by patch approval status: Approved or Unapproved.
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 adds useful behavior beyond that: each record represents one system with a nested patches array, clarifying the response shape. It also notes support for extensive filtering and pagination, though it doesn't address auth, rate limits, or default pagination behavior.

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 long, front-loaded with the primary action 'Retrieves systems with their per-system patch details' and includes key qualifiers. Every sentence contributes meaningful information without redundancy or fluff.

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?

Given the high parameter count (19) and no output schema, the description provides essential context about the response shape (nested patches per system) and key fields. It lacks details on default sorting, pagination limits, or error handling, but the schema covers parameters and annotations cover safety, making it complete enough for a filtered list 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?

Schema description coverage is 100%, so the schema fully documents all 19 parameters. The description enumerates some key fields (status, approval status, install errors, installed time) but adds no new semantic detail beyond what the schema already provides. It doesn't compensate for any gaps because there are none.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves systems with per-system patch details, listing specific fields like status, approval status, install errors, and installed time. It distinguishes itself from sibling tools by emphasizing the per-system (resource_id) record structure with a nested patches array, though it doesn't explicitly name sibling alternatives.

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 through its focus on per-system patch details and mention of extensive filtering and pagination, but it does not explicitly state when to use this tool vs alternatives like patch_system_report or threats_system_report. No exclusions or when-not-to-use guidance is 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/hdyrawan/mcp-endpoint-central'

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