Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List systems with patch scan status

patch_scan_details
Read-only

Retrieve patch scan status and health for all managed systems, including scan remarks, timestamps, and agent details. Filter by platform, domain, health, or live status, with pagination.

Instructions

Retrieves all systems with their patch scan status (success/failed/in progress/not scanned), scan remarks, last scan times, agent details, and patch health. Supports filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each row instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
resIdNoFilter to the system with this resource_id.
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
domainFilterNoFilter by NetBIOS domain name (domain list is available from the desktop serverproperties API).
healthFilterNoFilter by system patch health: 0 Unknown (patch status not available), 1 Healthy (up-to-date), 2 Vulnerable (has missing patches), 3 Highly Vulnerable (has critical or high-risk missing patches).
platformFilterNoFilter by OS platform: Windows, Mac, or Linux.
liveStatusFilterNoFilter by agent live status: 1 Agent Live (running), 2 Agent Down (not responding).
customGroupFilterNoFilter by custom group (list available from the desktop serverproperties API).
branchOfficeFilterNoFilter by remote/branch office name (list available from the desktop serverproperties API).
agentInstallationStatusFilterNoFilter by agent installation status: 21 Not Installed, 22 Installed.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds behavioral context by noting 'all systems' (broad scope) and support for filtering/pagination. However, it does not disclose potential performance implications of listing all systems, any rate limits, or that 'all systems' may require aggressive pagination. This is comparable to the get_calls example where annotations carry the safety burden and the description adds scope context.

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 primary action and resource. The first sentence enumerates the key output fields, and the second covers filtering/pagination. No redundant or irrelevant information. Every word earns its place.

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 tool's complexity (11 optional parameters, no output schema), the description gives a solid overview of what is returned and mentions pagination. It lacks explicit guidance on typical use cases (e.g., checking vulnerable systems) or caveats about large result sets, but it covers the essential data categories and is supported by detailed schema descriptions. This is a useful, complete-enough summary for an agent to select 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?

Schema description coverage is 100%, so every parameter (raw, page, resId, pageLimit, domainFilter, healthFilter, etc.) is already documented with its meaning and enums. The description only generically says 'Supports filtering and pagination' without adding new parameter-specific details. This matches the baseline of 3 where the schema does the heavy lifting.

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 the specific verb 'Retrieves' and identifies the exact resource (all systems with patch scan status). It lists the key output fields (scan status, remarks, last scan times, agent details, patch health) which distinguishes it from sibling tools like patch_all_systems_list or patch_system_report. The scope ('all systems') and mention of filtering/pagination further clarify the tool's role.

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 (retrieving systems with patch scan details) but does not explicitly state when to use this tool versus alternatives. There is no 'when-not-to-use' or mention of alternates like patch_all_systems_list for broader system lists or patch_system_report for per-system detail. Sibling differentiation is left to the reader.

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