Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

host_create

Create a new monitored host in Zabbix by providing host name, groups, interfaces, templates, and other parameters.

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 host.create params, for fields the arguments below do not cover. Describes a single host, not a batch. If provided, individual parameters are ignored.
statusNo0=enabled, 1=disabled.
templatesNoTemplates to link.
interfacesNoHost interfaces.
descriptionNoDescription.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.6.0
    • changedInput schema / properties / params / description
      Previous value: -"Raw params dict for bulk operations. If provided, individual parameters are ignored."New value: +"Raw host.create params, for fields the arguments below do not cover. Describes a single host, not a batch. If provided, individual parameters are ignored."
  2. First observedv0.5.3

TDQS

A4.3/5.0
Behavior3/5

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

The description indicates this is a mutating operation (creates a host) but provides no details on idempotency, failure behavior (e.g., if a host already exists), or the response format. With annotations showing no hints, the description carries the burden but only discloses the basic create action.

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 and well-structured, using short sentences to convey essential information without unnecessary verbosity. It efficiently states the purpose, required fields, and optional configurations, making it easy to parse.

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?

Given that an output schema exists, the description appropriately avoids explaining return values. It covers the key aspects for usage, including required and optional parameters. It does not address edge cases or error handling, but for a create operation, this level of completeness is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 8 parameters have descriptions in the schema, covering their meaning and examples (e.g., status as 0=enabled, 1=disabled). The 'params' field is clearly explained as a catch-all for fields not covered by the individual arguments, ensuring comprehensive understanding of parameter usage.

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's function as creating a new host in Zabbix, with specific details about required fields (host name and groups) and optional configurations. It distinguishes itself from sibling tools like host_update by its explicit focus on creation, making its purpose unambiguous.

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 practical guidance on when to use this tool (when starting to monitor a new server or device) and what is required (at least a host name and groups). However, it does not explicitly contrast with host_update or host_delete, leaving some room for interpretation, though the 'create' semantics are clear.

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

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