Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_create_item

Create a new monitoring item in Zabbix by specifying name, key, and host ID. Set item type, update interval, units, and history retention to collect host metrics.

Instructions

Create a new item in Zabbix

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_YesItem key
nameYesName of the item
typeNoType of the item (0 - Zabbix agent, 2 - Zabbix trapper, etc.)
delayNoUpdate interval of the item30s
unitsNoValue units
hostidYesID of the host that the item belongs to
paramsNoAdditional parameters depending on the type of the item
statusNoStatus of the item (0 - enabled, 1 - disabled)
trendsNoA time unit of how long the trends data should be stored365d
historyNoA time unit of how long the history data should be stored90d
passwordNoPassword for authentication
usernameNoUsername for authentication
value_typeNoType of information of the item (0 - numeric float, 1 - character, 3 - numeric unsigned, 4 - text)
descriptionNoDescription of the item
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that a new item is created, but does not disclose side effects, required permissions, idempotency, or what happens if the item key already exists. The absence of return-value information and error conditions makes behavioral transparency weak.

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 a single, front-loaded sentence with zero wasted words. It communicates the core purpose efficiently, matching the high-conciseness standard of exemplary descriptions. No unnecessary details or repetition.

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

Completeness2/5

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

For a tool with 14 parameters, no output schema, and no annotations, a one-sentence description is insufficient. It does not explain expected return values, prerequisites (e.g., host must exist), or behavior on validation failures. The description is minimal and leaves critical context unaddressed.

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?

The input schema provides descriptions for all 14 parameters with 100% coverage, so the schema does the heavy lifting. The description adds no additional parameter semantics beyond 'Create a new item', which is simply the tool's action. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description 'Create a new item in Zabbix' clearly states a specific action (create) and resource (item), distinguishing it from sibling tools like zabbix_update_item, zabbix_delete_items, and zabbix_get_items. However, it lacks additional context about what an item is or the scope of creation, so it does not fully differentiate from other create tools.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or contrast with sibling tools like zabbix_create_trigger or zabbix_create_host. Agents are left to infer appropriate usage solely from the tool name and sibling list.

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/leroylim/zabbix-mcp-server-nodejs'

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