Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

maintenance_create

Schedule a maintenance window in Zabbix to suppress monitoring alerts during planned upgrades or system maintenance, preventing false alarms.

Instructions

Create a new maintenance period in Zabbix.

Schedules a maintenance window when monitoring alerts are suppressed. Useful for planned upgrades, patching, or system maintenance without triggering false alarms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMaintenance name.
hostidsNoList of specific host IDs to apply maintenance to.
groupidsNoList of host group IDs to apply maintenance to. At least one of groupids or hostids is required.
active_tillYesEnd time (Unix timestamp).
descriptionNoOptional description explaining the maintenance purpose.
timeperiodsNoOptional list of time period objects for recurring maintenance.
active_sinceYesStart time (Unix timestamp).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are minimal (no hints for readOnly, idempotent, destructive). The description adds that it 'suppresses alerts' and is used for maintenance, which is helpful but does not disclose potential side effects, reversibility, or authorization requirements beyond what annotations imply.

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 concise (two sentences) and front-loaded with the primary action. It could be slightly more structured, but it effectively communicates the core functionality without waste.

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 the tool has a well-covered schema and an output schema (not shown but exists), the description covers the main use case and context. It does not explain return values or error cases, but those are likely detailed elsewhere.

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 has 100% coverage with descriptions for all 7 parameters, so the baseline is 3. The description does not add additional parameter-specific details beyond what the schema already provides, so no extra value is added.

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 purpose ('Create a new maintenance period in Zabbix') and explains what it does ('schedules a maintenance window when monitoring alerts are suppressed'). It differentiates from sibling tools like maintenance_delete and maintenance_update by being the creation variant.

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

Usage Guidelines3/5

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

The description provides context for use ('useful for planned upgrades, patching, or system maintenance without triggering false alarms') but does not mention when not to use it or contrast with alternatives like maintenance_get. This leaves room for ambiguity in tool selection.

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