Skip to main content
Glama
WYRE-AI

Bitdefender GravityZone MCP Server

by WYRE-AI

bitdefender_list_endpoints

Retrieve managed and unmanaged endpoints with network details (IP, MAC, FQDN) and agent status. Filter by group or management to obtain endpoint IDs for subsequent operations.

Instructions

List managed/unmanaged endpoints (computers, VMs, EC2 instances) - name, FQDN, IP, MAC addresses, AD SID, group, and installed-agent flags. Endpoint IDs from this response are required by bitdefender_get_endpoint. Scope to a group with parentId (from bitdefender_list_custom_groups); omit for the root of the Network Inventory. Returns a paginated envelope: page/pagesCount/perPage/total/items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResults page number (1-based). Defaults to 1.
filtersNoOptional filters, structured in sections/subsections (any selected filter within a subsection matches; matches across sections AND). Some filters require a specific GravityZone license to be active, otherwise they are silently ignored.
perPageNoItems per page (max 100). Defaults to 30.
parentIdNoGroup ID to scope the listing to. Defaults to Computers and Groups (root).
isManagedNoTrue to return only managed endpoints. Omit to return both managed and unmanaged.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses the paginated envelope (page/pagesCount/perPage/total/items), the scope behavior (root vs. group), and the returned fields. It does not explicitly state that this is a read-only operation or mention rate limits/auth requirements, but for a list operation the pagination and scope semantics are the most behaviorally relevant and are well covered.

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 dense but well-structured: it opens with the core purpose and returned fields, then adds the cross-tool dependency, scoping guidance, and pagination format. Every sentence adds distinct information, and there is no redundant or filler content.

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

Completeness4/5

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

For a tool with no output schema and no annotations, the description covers the key operational details: return fields, pagination envelope, group scoping, and the relationship to bitdefender_get_endpoint. The main gap is the lack of guidance distinguishing this from bitdefender_list_network_inventory, but the rest of the context is sufficient for an agent to invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining that parentId is sourced from bitdefender_list_custom_groups and that omission targets the Network Inventory root, and by describing the pagination envelope that applies to page/perPage. These details are not in the schema and meaningfully help an agent construct calls.

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 clearly identifies the tool as listing endpoints with a specific verb ('List') and resource ('managed/unmanaged endpoints'), and enumerates the returned attributes (name, FQDN, IP, MAC, AD SID, group, agent flags). It does not explicitly differentiate from the sibling bitdefender_list_network_inventory, which is a similar-sounding listing tool, so it is clear but not fully sibling-distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides concrete usage context: endpoint IDs are required by bitdefender_get_endpoint, parentId comes from bitdefender_list_custom_groups, and omitting parentId returns the root of the Network Inventory. It lacks an explicit 'when not to use' statement or routing to bitdefender_list_network_inventory, but the context is strong enough for an agent to understand the primary use case.

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