Skip to main content
Glama

zabbix-mcp-server

item_create

Create new monitoring items in Zabbix by specifying item details such as name, key, host ID, type, value type, and update interval. Returns JSON-formatted creation results for integration with the zabbix-mcp-server.

Instructions

Create a new item in Zabbix.

Args: name: Item name key_: Item key hostid: Host ID type: Item type (0=Zabbix agent, 2=Zabbix trapper, etc.) value_type: Value type (0=float, 1=character, 3=unsigned int, 4=text) delay: Update interval units: Value units description: Item description Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
delayNo1m
descriptionNo
hostidYes
key_Yes
nameYes
typeYes
unitsNo
value_typeYes

Input Schema (JSON Schema)

{ "properties": { "delay": { "default": "1m", "title": "Delay", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "hostid": { "title": "Hostid", "type": "string" }, "key_": { "title": "Key", "type": "string" }, "name": { "title": "Name", "type": "string" }, "type": { "title": "Type", "type": "integer" }, "units": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Units" }, "value_type": { "title": "Value Type", "type": "integer" } }, "required": [ "name", "key_", "hostid", "type", "value_type" ], "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