Skip to main content
Glama

zabbix-mcp-server

trend_get

Extract Zabbix trend data for specified item IDs within a defined time range. Provides JSON-formatted results for monitoring and analysis.

Instructions

Get trend data from Zabbix.

Args:
    itemids: List of item IDs to get trends for
    time_from: Start time (Unix timestamp)
    time_till: End time (Unix timestamp)
    limit: Maximum number of results
    
Returns:
    str: JSON formatted trend data

Input Schema

NameRequiredDescriptionDefault
itemidsYes
limitNo
time_fromNo
time_tillNo

Input Schema (JSON Schema)

{ "properties": { "itemids": { "items": { "type": "string" }, "title": "Itemids", "type": "array" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "time_from": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Time From" }, "time_till": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Time Till" } }, "required": [ "itemids" ], "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