Skip to main content
Glama
WYRE-AI

ESET PROTECT MCP Server

by WYRE-AI

esetprotect_list_edr_rule_exclusions

Retrieve EDR rule exclusions to identify exceptions in endpoint detection and response policies, enabling quick review of allowed rules.

Instructions

List EDR rule exclusions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNo
pageTokenNo
includeTotalSizeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.1/5.0
Behavior1/5

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

No annotations are present, so the description must disclose behavior, but 'List EDR rule exclusions' merely restates the tool name. It does not mention pagination, return shape, or whether the list is complete or scoped.

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

Conciseness2/5

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

The sentence is short and front-loaded with no filler, but it is under-specified rather than efficiently informative. It does not earn its place because it adds no detail beyond the tool name.

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

Completeness1/5

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

With no output schema, no annotations, and three undocumented pagination parameters, a one-line function restatement leaves the agent without parameter semantics or result expectations. A list tool of this complexity needs at least pagination and return behavior.

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

Parameters1/5

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

Schema coverage is 0% and the description names none of pageSize, pageToken, or includeTotalSize. The agent receives no meaning for these 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 uses a specific verb+resource ('List EDR rule exclusions') and the plural form signals it is the listing counterpart of get_edr_rule_exclusion. It does not explicitly name sibling tools, 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?

The description gives no context about when to use this versus esetprotect_list_edr_rules or esetprotect_get_edr_rule_exclusion. Usage is only implied by the 'list' verb.

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