Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

user_update

Update an existing Zabbix user's details, including name, surname, password, or role, by specifying only the fields to change.

Instructions

Update an existing user in Zabbix.

Modifies properties of an existing user account. You can change name, surname, password, or role. Only specify the fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew first name.
passwdNoNew password.
roleidNoID of the user's role, which is what grants permissions. Roles are objects in Zabbix 5.2+; the old numeric user 'type' no longer exists.
useridYesID of the user to update.
surnameNoNew last name.
usernameNoNew username (not recommended - can cause issues).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.6.0
    • addedInput schema / properties / roleid
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "ID of the user's role, which is what grants permissions. Roles are objects in Zabbix 5.2+; the old numeric user 'type' no longer exists."
      +}
    • removedInput schema / properties / type_
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "integer"
      -    },
      -    {
      -      "type": "null"
      -    }
      -  ],
      -  "default": null,
      -  "description": "User type: 1=Zabbix user, 2=Zabbix admin, 3=Zabbix super admin."
      -}
  2. First observedv0.5.3

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are minimal (readOnlyHint=false, destructiveHint=false). The description adds the partial-update behavior ('Only specify the fields you want to change'), which implies omitted fields are preserved. It does not disclose potential side effects (e.g., username-change issues) or permissions required, so it adds moderate but not deep behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two clear sentences with no fluff; the core purpose is front-loaded and the usage guidance is succinct. Efficient and easily scannable, though it could be slightly more structured with an explicit 'when to use' clause.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Includes an output schema, so return details are covered elsewhere. The description explains the core modification options but omits mention of the 'username' field and associated risks, which are only present in the schema. For a 6-parameter tool, this is adequate but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents each parameter. The description lists some fields (name, surname, password, role) but omits 'username' and does not add meaning beyond what the schema provides. Baseline of 3 is appropriate since the schema carries the informational load.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states the specific action 'Update an existing user in Zabbix' with a clear verb and resource, distinguishing it from siblings like user_create and user_delete. It also lists commonly changed fields (name, surname, password, role), making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context that this is for updating existing users and instructs 'Only specify the fields you want to change', which clarifies partial-update semantics. However, it does not explicitly mention alternatives or when not to use it (e.g., for creating new users), so it lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

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/mhajder/zabbix-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server