Skip to main content
Glama

zabbix-mcp-server

host_update

Modify Zabbix host details such as host name, visible name, and status using the host_update tool on zabbix-mcp-server. Input the host ID and updated parameters to receive a JSON formatted result confirming the changes.

Instructions

Update an existing host in Zabbix.

Args: hostid: Host ID to update host: New host name name: New visible name status: New status (0=enabled, 1=disabled) Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
hostNo
hostidYes
nameNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "host": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Host" }, "hostid": { "title": "Hostid", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "hostid" ], "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