Skip to main content
Glama

zabbix-mcp-server

template_update

Update Zabbix templates by modifying technical name, visible name, and description. Input template ID and new values to generate JSON-formatted update results.

Instructions

Update an existing template in Zabbix.

Args: templateid: Template ID to update host: New template technical name name: New template visible name description: New template description Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
descriptionNo
hostNo
nameNo
templateidYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "host": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Host" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "templateid": { "title": "Templateid", "type": "string" } }, "required": [ "templateid" ], "type": "object" }

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/mpeirone/zabbix-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server