Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_device_patches

List available or applied patches for devices, filtered by device, group, or patch type to identify missing updates.

Instructions

List patches (available/applied) for devices, optionally filtered by device, group, or patch type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
pageTokenNo
patchTypeNo
deviceUuidNo
deviceGroupUuidNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It conveys a read-only listing operation and distinguishes available vs applied patches, but it does not disclose pagination behavior, default scope, or response characteristics. It adds some behavioral context, but key operational traits remain unstated.

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?

A single sentence that leads with the action and resource, then compactly lists the optional filters. Every clause contributes information and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and 5 undocumented parameters, the description is too thin. It omits pagination behavior, default output, how patch statuses appear in results, and does not indicate when this tool should be preferred over similar patching/vulnerability tools. It gives a basic idea but is not sufficient for fully reliable 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 0%, so the description must compensate. It adds meaning for three filter parameters (deviceUuid, deviceGroupUuid, patchType) with 'optionally filtered by device, group, or patch type', but pageSize and pageToken are left entirely unexplained. The enriched filter semantics are helpful, yet pagination parameters remain ambiguous.

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?

States a specific verb ('List') and resource ('patches for devices'), and adds semantic scope with 'available/applied' and optional filters. It is clearly distinct from most sibling tools about detections, users, or vulnerabilities, though it does not explicitly differentiate from close cousins like list_recent_application_patching_details.

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 says what the tool does but gives no guidance about when to use it instead of related patching/vulnerability tools, nor any conditions or exclusions. It only implies usage from the operation itself, with no mention of alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.