Skip to main content
Glama

zabbix-mcp-server

item_delete

Remove specified items from Zabbix using a list of item IDs, returning a JSON-formatted deletion result for accurate tracking and confirmation.

Instructions

Delete items from Zabbix.

Args: itemids: List of item IDs to delete Returns: str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
itemidsYes

Input Schema (JSON Schema)

{ "properties": { "itemids": { "items": { "type": "string" }, "title": "Itemids", "type": "array" } }, "required": [ "itemids" ], "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