Skip to main content
Glama

zabbix-mcp-server

hostgroup_update

Update the name of an existing host group in Zabbix by providing the group ID and new group name. Returns the update result in JSON format for seamless integration and tracking.

Instructions

Update an existing host group in Zabbix.

Args: groupid: Group ID to update name: New group name Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
groupidYes
nameYes

Input Schema (JSON Schema)

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