Skip to main content
Glama

zabbix-mcp-server

hostgroup_create

Create a new host group in Zabbix by specifying the group name. The tool returns the creation result in JSON format, enabling streamlined integration with monitoring workflows.

Instructions

Create a new host group in Zabbix.

Args: name: Host group name Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
nameYes

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "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