Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

template_delete

Destructive

Permanently delete Zabbix templates to remove their items, triggers, and graphs from hosts, leaving hosts unchanged.

Instructions

Delete templates from Zabbix.

Permanently removes one or more templates. Hosts that have the deleted templates applied will lose those template's items, triggers, and graphs. The hosts themselves remain unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateidsYesTemplate IDs to delete.

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
    • addedInput schema / properties / templateids / minItems
      Added value: +1
  2. First observedv0.5.3

TDQS

A4.5/5.0
Behavior5/5

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

The description goes beyond the destructiveHint annotation by detailing the consequences: it mentions permanence, loss of items/triggers/graphs on affected hosts, and that hosts themselves remain unchanged. This adds valuable behavioral nuance beyond the simple destructive flag.

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?

Two sentences with no filler. The primary action and permanent nature are front-loaded, and the side effect on hosts is explained concisely. 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?

For a simple one-parameter delete tool, the description covers the action, the permanence, and the impact on associated entities. With annotations already covering the destructive nature and an output schema present, nothing essential is missing for an agent to call this correctly.

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 schema fully describes the parameter (templateids as an array of string IDs to delete). The description adds no additional parameter-level meaning beyond what the schema provides, so a baseline of 3 is appropriate given 100% schema coverage.

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: deleting templates from Zabbix. It specifies the resource (templates) and the action (delete), and distinguishes it from sibling delete tools (item_delete, trigger_delete, etc.) by focusing on templates. The effect on hosts is also stated, making the scope explicit.

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 makes it clear when to use this tool: when you need to permanently remove templates. It does not explicitly mention alternatives or exclusions, but the context is unambiguous given the name and sibling set. The description provides clear context without needing to state when not to use it.

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