Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

host_create

Add a new monitored host to Zabbix by providing host name and groups. Optionally configure interfaces and link templates for monitoring.

Instructions

Create a new host in Zabbix.

Adds a new monitored host to Zabbix. This is essential for starting to monitor a new server or device. You must specify at least a host name and groups. You can optionally configure interfaces (for agent/SNMP communication) and link templates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoTechnical name of the host.
nameNoVisible name.
groupsNoHost groups (e.g., [{'groupid': '1'}]).
paramsNoRaw params dict for bulk operations. If provided, individual parameters are ignored.
statusNo0=enabled, 1=disabled.
templatesNoTemplates to link.
interfacesNoHost interfaces.
descriptionNoDescription.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, idempotentHint=false. The description adds that the tool creates a host, which is a write operation. It does not contradict annotations and adds context about required fields and optional interfaces/templates.

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?

Three sentences, front-loaded with the primary action, no filler, every sentence adds value.

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

Completeness5/5

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

With output schema present, return values are covered. The description specifies minimum requirements, optional configurations, and the tool's role in monitoring, providing a complete picture for agent usage.

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 baseline is 3. The description does not add additional meaning beyond the schema; it only notes that host name and groups are required, which is usage guidance, not parameter semantics.

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 tool creates a new host in Zabbix, specifies the resource ('host'), action ('create'), and context ('start monitoring a new server or device'). It distinguishes from sibling tools like host_delete, host_update, and host_get.

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?

The description provides clear usage context by stating it is essential for starting monitoring and that a host name and groups are required. However, it lacks explicit when-to-use vs alternatives guidance, though the sibling names imply alternatives.

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