Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_create_map

Create a new network map in Zabbix to visualize network topology by adding elements, links, shapes, and labels for monitoring infrastructure.

Instructions

Create a new network map in Zabbix for network topology visualization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the map
urlsNoMap URLs
linesNoMap lines
linksNoMap links
usersNoMap user permissions
widthYesWidth of the map in pixels
heightYesHeight of the map in pixels
shapesNoMap shapes
useridNoID of the user that owns the map
privateNoMap sharing type: 0 (public), 1 (private)
grid_showNoWhether to show grid: 0 (disabled), 1 (enabled)
grid_sizeNoSize of the grid
highlightNoWhether to highlight map elements: 0 (disabled), 1 (enabled)
iconmapidNoID of the icon map
selementsNoMap elements
grid_alignNoWhether to align to grid: 0 (disabled), 1 (enabled)
label_typeNoMap element label type: 0 (label), 1 (IP address), 2 (element name), 3 (status only), 4 (nothing)
show_unackNoHow to show unacknowledged problems: 0 (disabled), 1 (separated), 2 (unacknowledged count)
userGroupsNoMap user group permissions
backgroundidNoID of the background image
label_formatNoAdvanced label formatting: 0 (disabled), 1 (enabled)
markelementsNoWhether to mark map elements: 0 (disabled), 1 (enabled)
expandproblemNoWhether to expand single problem: 0 (disabled), 1 (enabled)
label_locationNoMap element label location: 0 (bottom), 1 (left), 2 (right), 3 (top)
label_type_mapNoMap label type
label_type_hostNoHost label type
label_string_mapNoMap label string
label_type_imageNoImage label type
label_string_hostNoHost label string
label_string_imageNoImage label string
label_type_triggerNoTrigger label type
label_string_triggerNoTrigger label string
label_type_hostgroupNoHost group label type
label_string_hostgroupNoHost group label string
Behavior2/5

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

With no annotations, the description must convey behavioral traits. It only says 'Create' which implies a mutation, but it does not disclose side effects, required permissions, idempotency, error behavior, or that it likely returns a map ID. This is a significant gap for a complex create operation.

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, direct sentence with no fluff or repetition. It is concise and front-loaded. However, it offers very little substance for a tool of this complexity, so while efficient, it could be more informative without excessive length.

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?

Given the tool's high complexity (34 parameters, nested objects, no output schema), the description is far too sparse. It does not mention what the function returns, prerequisites like needing existing iconmapids or host IDs, default behaviors, or any operational context. The schema covers parameters, but the description fails to provide higher-level context.

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 100% parameter description coverage and is exceptionally detailed (e.g., enum-like definitions for drawtype, label_type, permissions). The description itself adds no parameter-level meaning. Baseline 3 is appropriate because the schema does the heavy lifting.

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 the action ('Create'), the resource ('a new network map'), and the purpose ('for network topology visualization'). This verb+resource structure distinguishes it from sibling tools like zabbix_update_map and zabbix_delete_maps.

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 mention when to use this tool instead of alternatives, what prerequisites exist (e.g., valid icon IDs, existing elements), or any exclusions. There is no reference to sibling tools for comparison.

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