Skip to main content
Glama

zabbix-mcp-server

item_delete

Remove items from Zabbix by specifying item IDs. Provides JSON-formatted results for deletion confirmation, streamlining item management in monitoring systems.

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