Skip to main content
Glama

zabbix-mcp-server

configuration_export

Export Zabbix configurations in JSON or XML format for backup, migration, or analysis. Specifies export options to customize output for integration with monitoring workflows.

Instructions

Export configuration from Zabbix.

Args: format: Export format (json, xml) options: Export options Returns: str: JSON formatted export result

Input Schema

NameRequiredDescriptionDefault
formatNojson
optionsNo

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "title": "Format", "type": "string" }, "options": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Options" } }, "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