Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

template_create

Create a new Zabbix template to define reusable monitoring configuration (items, triggers, graphs) for standardized monitoring across multiple hosts.

Instructions

Create a new template in Zabbix.

Templates define the monitoring configuration (items, triggers, graphs) that can be reused across multiple hosts. Creating custom templates enables standardized monitoring for specific applications or server types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesTechnical name of the template.
nameNoTemplate name (required). Example: 'Apache Web Server', 'PostgreSQL Database'. Should describe what the template monitors.
groupsYesHost groups.
descriptionNoOptional template description explaining its purpose and use.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations indicate a write operation (readOnlyHint false), but the description adds no additional behavioral details such as idempotency, error conditions, or side effects. No mention of how duplicates are handled or authentication needs.

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 concise sentences. First sentence states the action, subsequent sentences provide background on templates. No redundant information, front-loaded with key purpose.

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?

With output schema available and full parameter coverage, the description covers the core purpose and utility. However, it lacks guidance on prerequisites or error scenarios, which would be helpful for a create tool.

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%, so baseline is 3. The description adds general context about templates but does not enhance understanding of individual parameters beyond the schema's descriptions.

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?

Clearly states 'Create a new template' and explains what templates are for, differentiating from update/delete operations and other resource creation tools like host_create. The verb and resource are specific.

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?

Implies use for creating custom templates to standardize monitoring, but does not explicitly state when to use versus alternatives (e.g., import, update) or mention prerequisites. Lacks explicit usage constraints.

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