Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_patching_process_details

Retrieve detailed patching-process history for devices within a specified time window to track patching progress and identify incomplete updates.

Instructions

List detailed patching-process history for devices within an optional time window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeNoRFC3339 timestamp, exclusive end of the time period.
pageSizeNo
pageTokenNo
startTimeNoRFC3339 timestamp, inclusive start of the time period.
deviceUuidNo
deviceGroupUuidNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, but it only implies a read/list operation. It does not disclose pagination behavior, result volume, or the fact that device/group filters are available. The added 'optional time window' context is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single efficient sentence with no filler and the action is front-loaded. It is concise, though it could add useful guidance without becoming overly long.

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 6-parameter list endpoint with no annotations and no output schema, this description leaves too much implicit: filtering options, pagination, and response semantics are absent. The presence of multiple similar patching siblings makes the lack of disambiguation more costly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, covering startTime and endTime. The description mentions an optional time window but does not explain deviceUuid, deviceGroupUuid, pageSize, or pageToken semantics, so the low schema coverage is not compensated.

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 states a specific verb ('List') and resource ('detailed patching-process history'), with optional time-window scoping. It does not explicitly differentiate from siblings like list_recent_application_patching_details, but the core purpose is clear.

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?

No guidance is given on when to use this tool versus sibling tools such as list_recent_application_patching_details or list_device_patches. The optional time window implies a context, but no exclusions or alternative conditions are stated.

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