Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_device_groups

List ESET PROTECT device groups to identify static and dynamic groupings for targeted security management.

Instructions

List ESET PROTECT device (static/dynamic) groups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNoMax results per page.
pageTokenNoPage token from a previous response.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/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 burden for behavioral disclosure, but it only restates that the tool lists groups. It does not mention read-only behavior, pagination behavior, default sorting, or what information is returned for each group.

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 a single concise sentence with no filler, and the key resource ('device groups') plus the static/dynamic qualifier are front-loaded. Every word earns its place.

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

Completeness3/5

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

For a simple list tool with fully documented optional pagination parameters, this is close to minimally viable. However, with no annotations, no output schema, and no usage guidance, the description leaves the agent to infer context and expected results from the tool name and siblings.

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 the schema already explains pageSize and pageToken. The description adds no parameter-level meaning, but none is needed because the schema sufficiently covers both parameters.

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 names a specific verb ('List') and resource ('ESET PROTECT device (static/dynamic) groups'), which is clear enough to identify the tool's object. It does not explicitly contrast with sibling tools such as esetprotect_list_group_devices or esetprotect_list_devices, but the resource scope is stated precisely.

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?

There is no guidance on when to use this tool versus alternatives, and no exclusions or preconditions. The description relies on the tool name and the agent's inference rather than providing explicit selection help.

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