Skip to main content
Glama

zabbix-mcp-server

item_update

Modify Zabbix monitoring items by updating their name, key, update interval, or status using the item ID. Returns a JSON-formatted result for tracking changes.

Instructions

Update an existing item in Zabbix.

Args: itemid: Item ID to update name: New item name key_: New item key delay: New update interval status: New status (0=enabled, 1=disabled) Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
delayNo
itemidYes
key_No
nameNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "delay": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Delay" }, "itemid": { "title": "Itemid", "type": "string" }, "key_": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Key" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "itemid" ], "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