Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List applicable patches (threat view)

threats_patches_list
Read-only

Retrieve all patches applicable to managed systems from the threats module, with severity, vendor, system counts, and approval status. Supports filtering and pagination.

Instructions

Retrieves all patches applicable to managed systems from the threats module, with severity, KB/bulletin IDs, vendor, missing/installed/failed system counts, and approval status. 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.
kbNumberNoFilter by Microsoft KB number (digits only, e.g. "2565063").
severityNoFilter by patch severity. Known values: Critical, Important, Moderate, Low, Unrated (free string in the spec).
pageLimitNoMax records per page (server cap for this endpoint is 1000).
patchNameNoFilter to patches whose name contains this text.
patchSizeNoFilter by patch size in bytes (digits only).
updateTypeNoFilter by the type of patch (the spec's closed 'Applicable inputs' list).
vendorNameNoFilter by vendor name, e.g. Microsoft, Adobe.
patchStatusNoFilter by patch status. Example value from the spec: "approved" (free string, no closed list documented).
updatedTimeNoFilter by the patch's approved/updated time, as epoch milliseconds (e.g. "1704363395117").
platformNameNoFilter by platform, e.g. Windows, Mac, Linux.
downloadStatusNoFilter by the patch binary's download status on the server.
patchUninstallNoFilter by vendor uninstall support. Known values: "supported", "not supported".
rebootRequiredNoFilter by the post-deployment reboot option configured for the patch.
patchDescriptionNoFilter to patches whose description contains this text.
patchReleasedTimeNoFilter by the patch's release date, as epoch milliseconds (e.g. "1704363395117").
patchSupportedTimeNoFilter by the patch's support date, as epoch milliseconds (e.g. "1704363395117").
approvedUserFirstNameNoFilter by the first name of the user who approved the patch (the spec's own description for this parameter is a mislabeled copy of reboot_required).
Behavior3/5

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

Annotations already establish read-only and non-destructive behavior. The description adds useful context about scope ('applicable patches') and returned fields (severity, counts, approval status), but it does not describe pagination behavior, default ordering, or other nuances. This is adequate but not rich.

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 action and resource, and lists key return fields efficiently. No redundancy or filler words; every sentence adds value.

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 no output schema, the description provides the key return fields, scope, and filtering/pagination capability. It does not explain defaults or edge cases, but the detailed schema covers parameters, making this sufficiently complete for agent invocation.

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%, with each of the 21 parameters individually described. The tool description only says 'extensive filtering' generically, adding no specific parameter-level meaning beyond what is already in the schema. Baseline 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 uses a specific verb ('Retrieves') and clearly identifies the resource ('patches applicable to managed systems') and context ('from the threats module'). It also lists key fields returned, which distinguishes it from sibling tools like patch_all_patches_list.

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 clearly implies when to use this tool: when you need applicable patches from the threats module with filtering/pagination. However, it does not explicitly name alternatives or state when not to use it, so it does not fully meet the 'explicit when/when-not' threshold.

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