Skip to main content
Glama

zabbix-mcp-server

user_get

Retrieve user data from Zabbix with customizable filters, search criteria, and output formats. Supports fetching specific users by IDs for precise monitoring integration.

Instructions

Get users from Zabbix with optional filtering.

Args: userids: List of user IDs to retrieve output: Output format search: Search criteria filter: Filter criteria Returns: str: JSON formatted list of users

Input Schema

NameRequiredDescriptionDefault
filterNo
outputNoextend
searchNo
useridsNo

Input Schema (JSON Schema)

{ "properties": { "filter": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Filter" }, "output": { "default": "extend", "title": "Output", "type": "string" }, "search": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Search" }, "userids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "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