Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_import_configuration

Import Zabbix configuration from XML or JSON, using customizable rules to create, update, or delete hosts, items, triggers, and other monitored objects.

Instructions

Import Zabbix configuration from XML or JSON

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rulesYesRules for how to import (e.g., createMissing, updateExisting)
formatYesImport format
sourceYesThe XML or JSON string containing the configuration to import
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It merely says 'Import' without revealing that this operation can create, update, or delete existing Zabbix entities (as governed by the 'rules' parameter). No mention of permissions, reversibility, or potential destructive impact. Minimal to no transparency beyond the action name.

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?

The description is a single concise sentence with no filler, front-loading the verb. It is efficiently worded and easy to parse. However, it is so brief that it borders on under-specification, but as conciseness itself, it earns a 4 for zero wasted words.

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 mutation tool with 3 required parameters including a complex nested 'rules' object, no annotations, and no output schema, the description is inadequate. It does not explain the significance of the rules, the potential for destructive updates/deletes, or the expected outcome. The schema defines parameters but the description lacks contextual and safety guidance.

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%: format, source, and rules each have descriptions. The description adds no extra parameter semantics beyond the schema. The format and source parameters are straightforward, while the complex nested rules object is only generically described in the schema. Baseline of 3 applies since the schema does the heavy lifting.

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 uses a clear verb 'Import' and specifies the resource 'Zabbix configuration' and accepted formats 'XML or JSON'. It clearly implies the complementary opposite of 'export' and 'compare' tools, though it does not explicitly name alternatives. This is a clear statement of purpose.

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?

No usage guidance is provided. The description does not explain when to use this tool instead of zabbix_export_configuration or zabbix_import_compare_configuration, nor does it mention prerequisites, scenarios, or exclusions. The agent is left without context for selecting it.

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