Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_device_os_vulnerabilities

Retrieve operating-system vulnerabilities for managed devices to identify and address security gaps in your fleet.

Instructions

List operating-system vulnerabilities found on devices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
pageTokenNo
deviceUuidNo
deviceGroupUuidNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of disclosing behavior. It states only that the tool lists vulnerabilities, with no mention of pagination behavior, filtering effects, return format, or whether results are limited to a specific device or group.

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 concise and front-loaded with the core action and resource. It contains no fluff, though it is sparse enough that it misses useful details; still, as a single-sentence definition it is well structured.

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?

Given no annotations, no output schema, and four undocumented optional parameters, this description is not complete enough for an agent to call the tool with confidence. It leaves critical details unresolved, such as pagination mechanics, filter semantics, and what fields appear in the result.

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 0% and the description does not explain any of the four parameters. While the parameter names (pageSize, pageToken, deviceUuid, deviceGroupUuid) are somewhat self-explanatory, the description adds no meaning beyond the schema and does not compensate for the missing parameter documentation.

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 ('List') and a specific resource ('operating-system vulnerabilities found on devices'). It clearly distinguishes this tool from nearby siblings like list_device_vulnerabilities and list_vulnerable_devices by narrowing the scope to OS-level vulnerabilities.

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 for when to use this tool versus alternatives such as list_device_vulnerabilities or list_vulnerable_devices. The description does not mention whether deviceUuid, deviceGroupUuid, or other filters are appropriate for different use cases.

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