Skip to main content
Glama

zabbix-mcp-server

user_delete

Remove users from Zabbix by specifying user IDs. Returns deletion results in JSON format. Part of the zabbix-mcp-server for managing Zabbix monitoring integrations.

Instructions

Delete users from Zabbix.

Args: userids: List of user IDs to delete Returns: str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
useridsYes

Input Schema (JSON Schema)

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