Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

user_create

Create a new user in Zabbix with specified username, password, and user group membership to inherit permissions.

Instructions

Create a new user in Zabbix.

Creates a new user account with specified credentials and group membership. New users inherit permissions from their assigned user groups.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoUser's first name (optional).
passwdYesPassword.
surnameNoUser's last name (optional).
usrgrpsYesUser groups [{'usrgrpid': '1'}].
usernameYesUsername.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate it's not read-only, not idempotent, not destructive. The description adds value by explaining that new users inherit permissions from assigned user groups, providing useful behavioral context beyond annotations.

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

Conciseness5/5

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

The description is concise with two short sentences, front-loading the main purpose and adding a relevant detail about permission inheritance. No unnecessary words.

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

Completeness4/5

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

With an output schema present, return values don't need explanation. The tool has moderate complexity (5 parameters) and the description sufficiently covers the creation context, though it could mention that it's a Zabbix-specific tool explicitly.

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 coverage is 100%, so the schema fully documents parameters. The description mentions 'credentials' and 'group membership' but does not add new semantic details beyond what the schema provides.

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?

The description clearly states it creates a new user in Zabbix, specifying credentials and group membership. It distinguishes from sibling tools like user_delete, user_get, and user_update by explicitly mentioning creation.

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

Usage Guidelines3/5

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

The description implies usage for creating users but does not provide explicit guidance on when to use or not use this tool versus alternatives. No 'when-to-use' or 'when-not-to-use' statements are present.

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

Install Server

Other Tools

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