Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_get_problems

Fetches active Zabbix problems using filters like host, severity, tags, and time range to identify monitoring issues quickly.

Instructions

Retrieves current problems from Zabbix with filtering options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoArray of tag filters.
limitNoMaximum number of problems to return.
outputNoOutput fields.extend
recentNoShow recent problems.
hostidsNoArray of host IDs to filter problems by.
evaltypeNoEvaluation type: 0 (AND/OR), 2 (OR).
groupidsNoArray of host group IDs to filter problems by.
objectidsNoArray of object IDs (trigger IDs) to filter problems by.
sortfieldNoFields to sort by.
sortorderNoSort order.
time_fromNoStart time for problem filtering.
time_tillNoEnd time for problem filtering.
selectTagsNoInclude problem tags.
severitiesNoArray of severity levels to filter by (0-5).
suppressedNoInclude suppressed problems.
acknowledgedNoFilter by acknowledgment: 0 (unacknowledged), 1 (acknowledged).
selectAcknowledgesNoInclude acknowledgment information.
selectSuppressionDataNoInclude suppression data.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'retrieves' implying a read operation, but does not disclose any other behavioral traits such as authentication requirements, default filters, pagination behavior, or semantics of 'current'. This is insufficient for a tool with many parameters.

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?

The description is a single, front-loaded sentence with zero redundant words. It clearly states the verb and object first, then adds a brief qualifier. It is appropriately sized for its purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and high complexity (18 parameters), the description is too minimal. It does not explain what a problem is relative to events, what the return format looks like, or what filtering options are available. The schema covers parameters but not operational context, so the description leaves significant gaps.

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 input schema covers 100% of parameters with detailed descriptions, so the baseline is 3. The description adds only the generic phrase 'with filtering options', which does not add meaning beyond the schema. No additional parameter semantics are provided in the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves 'current problems' from Zabbix, using the specific verb 'retrieves' and a defined resource. It distinguishes from siblings like zabbix_get_events or zabbix_get_triggers by focusing on problems, but does not elaborate on what 'current' means or how it differs from related data, so it is clear but not fully differentiating.

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?

The description implies the tool is used when you need to fetch current problems with filtering, but it provides no explicit guidance on when to use it over alternatives like zabbix_get_events or zabbix_get_triggers. It does not mention exclusions, prerequisites, or use-case boundaries, so it only offers implied usage.

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

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