Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_device_vulnerabilities

List security vulnerabilities detected on managed devices, filtered by device, group, or scope (application, OS, package).

Instructions

List vulnerabilities found on devices (application, OS, or package scope).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
pageTokenNo
deviceUuidNo
deviceGroupUuidNo
vulnerabilityScopeNo

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?

There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the action and resource; it does not mention pagination behavior, whether filtering by deviceUuid or deviceGroupUuid is required, how vulnerabilityScope affects results, or what the response contains. This is minimal for a tool with no structured safety hints.

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, front-loaded sentence with no filler or repeated information. It is efficient, though it achieves conciseness by omitting important operational detail.

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 five parameters, no output schema, no annotations, and a dense sibling list with several vulnerability-related tools, this description is incomplete. An agent cannot determine how to filter, paginate, or choose this tool over similar siblings without additional context.

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%, so the description needed to compensate for the five undocumented parameters. It only restates the vulnerabilityScope values ('application, OS, or package scope') and ignores pageSize, pageToken, deviceUuid, and deviceGroupUuid, which are not self-explanatory in context.

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 uses a specific verb ('List') and a clear resource ('vulnerabilities found on devices'), and it adds the scope dimension (application, OS, or package). However, it does not explicitly distinguish this tool from the closely named sibling 'esetprotect_list_device_os_vulnerabilities' or from 'esetprotect_list_vulnerable_devices', so it stops short of full differentiation.

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 provided about when to use this tool versus the many vulnerability-related siblings. The description gives no exclusions, prerequisites, or alternative tool recommendations, leaving an agent to infer selection criteria from the name alone.

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