Skip to main content
Glama

zabbix-mcp-server

user_update

Modify user details in Zabbix by updating username, name, surname, or email using the specified user ID. Returns JSON-formatted update results for streamlined user management.

Instructions

Update an existing user in Zabbix.

Args:
    userid: User ID to update
    username: New username
    name: New first name
    surname: New last name
    email: New email address
    
Returns:
    str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
emailNo
nameNo
surnameNo
useridYes
usernameNo

Input Schema (JSON Schema)

{ "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "surname": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Surname" }, "userid": { "title": "Userid", "type": "string" }, "username": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Username" } }, "required": [ "userid" ], "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