Skip to main content
Glama
WYRE-AI

Bitdefender GravityZone MCP Server

by WYRE-AI

bitdefender_list_network_inventory

List network inventory items by type—groups, computers, virtual machines, and EC2 instances—with filters and pagination to locate assets in a container.

Instructions

List Network Inventory items (groups, computers, virtual machines, EC2 instances) under a container, with per-type detail. Broader than bitdefender_list_endpoints, which returns only endpoints - this also returns group nodes and lets you filter by item type. 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.
parentIdNoContainer ID to scope the listing to. Defaults to the root of the Network Inventory.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/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 full burden of behavioral disclosure. It reveals the paginated envelope structure (page/pagesCount/perPage/total/items) and the container-scoped listing behavior. It does not mention rate limits, license-dependent filter behavior, or read-only guarantees, but the 'List' verb and explicit output shape provide meaningful transparency.

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?

Two sentences with no wasted words: the first states purpose and scope, the second names the sibling alternative and the output envelope. Key differentiators are front-loaded, making the description easy to scan and act on.

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?

Given the tool's complexity (4 parameters, nested filter objects, no output schema, no annotations), the description is largely complete: it gives resource, scope, sibling differentiation, and output envelope. The rich schema covers parameter details, so the description does not need to repeat them. Minor omissions like license-gated filter behavior are already present in the schema.

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 supported baseline is 3. The description adds no parameter-specific detail beyond mentioning type filtering and pagination, but that is acceptable because the schema already documents every parameter thoroughly, including default values and filter semantics.

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 states a specific action ('List') and resource ('Network Inventory items'), enumerates the item categories (groups, computers, virtual machines, EC2 instances), and explicitly distinguishes itself from bitdefender_list_endpoints by scope and filtering capability. An agent can clearly identify what this tool does and how it differs from its closest sibling.

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

Usage Guidelines5/5

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

The description explicitly names the alternative tool (bitdefender_list_endpoints), explains the difference (returns only endpoints vs. also group nodes), and notes the type-filtering capability. This gives an agent a clear routing rule: use this tool when broader inventory or type filtering is needed.

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