Skip to main content
Glama

zabbix-mcp-server

hostgroup_delete

Remove host groups from Zabbix by specifying group IDs. Returns the deletion result in JSON format to confirm successful execution.

Instructions

Delete host groups from Zabbix.

Args: groupids: List of group IDs to delete Returns: str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
groupidsYes

Input Schema (JSON Schema)

{ "properties": { "groupids": { "items": { "type": "string" }, "title": "Groupids", "type": "array" } }, "required": [ "groupids" ], "type": "object" }

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/mpeirone/zabbix-mcp-server'

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