Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

hostgroup_delete

Destructive

Permanently delete one or more Zabbix host groups. Hosts in removed groups are unassigned but remain in Zabbix.

Instructions

Delete host groups from Zabbix.

Permanently removes one or more host groups. Hosts in deleted groups will no longer be members of that group (though the hosts themselves remain unless explicitly deleted).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupidsYesGroup IDs to delete.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.6.0
    • addedInput schema / properties / groupids / minItems
      Added value: +1
  2. First observedv0.5.3

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false. The description adds meaningful behavioral detail beyond those annotations by stating the deletion is permanent and by clarifying the precise side effect on hosts: they cease to be group members but are not themselves removed unless explicitly deleted. This is valuable context for a destructive operation.

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 compact: two sentences, no filler. The primary action is front-loaded, and the second sentence adds the important side-effect clarification. Every sentence earns its place.

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

Completeness5/5

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

For a simple one-parameter destructive tool, the description is complete: it names the resource, states permanence, explains what happens to hosts, and is supported by a fully described input schema, an output schema, and annotations covering mutability and destructiveness. Nothing essential for deciding to call the tool is missing.

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?

The schema has 100% description coverage: 'groupids' is already described as 'Group IDs to delete,' with minItems: 1 confirming that one or more IDs can be supplied. The description generally reinforces that idea but adds little new meaning about the parameter format, source, or behavior beyond what the schema already states.

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 opens with a specific verb and resource: 'Delete host groups from Zabbix.' It further clarifies the exact scope of the operation: 'Permanently removes one or more host groups,' and distinguishes the effect from deleting hosts by explaining that hosts remain unless explicitly deleted. This is enough to separate it from sibling tools like host_delete.

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 explains what the tool does but does not state when to prefer it over alternatives or explicitly name the sibling to use when hosts also need to be removed. It hints that hosts remain unless explicitly deleted, which implies a separate deletion path, but it never says 'use host_delete for that purpose.' No exclusions or selection criteria are provided.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mhajder/zabbix-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server