hostgroup_create
Create a new host group in Zabbix by specifying the group name, enabling organized monitoring and management of devices within the Zabbix-MCP server.
Instructions
Create a new host group in Zabbix.
Args:
name: Host group name
Returns:
str: JSON formatted creation result
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}