Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_get_actions

Retrieve Zabbix actions using filters for hosts, triggers, users, and groups, and choose specific fields for output.

Instructions

Get actions from Zabbix with filtering and output options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit the number of records returned
filterNoReturn only actions that match the given filter
outputNoObject properties to be returned
searchNoReturn only actions that match the given wildcard search
hostidsNoReturn only actions that are configured for the given hosts
useridsNoReturn only actions that are configured to send messages to the given users
groupidsNoReturn only actions that are configured for the given host groups
actionidsNoReturn only actions with the given IDs
sortfieldNoSort the result by the given properties
sortorderNoSort orderASC
usrgrpidsNoReturn only actions that are configured to send messages to the given user groups
triggeridsNoReturn only actions that are configured for the given triggers
mediatypeidsNoReturn only actions that use the given media types
selectFilterNoReturn action filter in the filter property
selectOperationsNoReturn action operations in the operations property
selectUpdateOperationsNoReturn action update operations
selectRecoveryOperationsNoReturn action recovery operations
Behavior3/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. It discloses that the tool retrieves actions and that filtering and output options are available, but it does not explicitly state that it is a read-only operation or describe any side effects, default behavior, or limitations. The term 'Get' implies safety, but deeper behavioral context is missing. This is a minimal but non-contradictory disclosure.

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: 'Get actions from Zabbix with filtering and output options'. Every word is purposeful, with no filler or redundancy. It efficiently conveys the core functionality in just 10 words.

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?

Despite 17 parameters and no output schema, the description provides no domain context about what a Zabbix 'action' is, how the various filters (hostids, triggerids, etc.) relate, or what the returned data structure looks like. The schema offers detailed parameter descriptions, but the description itself is too sparse to make the tool self-contained for an agent unfamiliar with Zabbix actions. It reads more like a label than a complete tool explanation.

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?

Schema description coverage is 100%, so all 17 parameters are individually documented. The description's phrase 'with filtering and output options' adds a high-level summary but no parameter-specific semantics beyond what the schema already provides. It neither enriches nor detracts from the schema, meriting the baseline score of 3.

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 'Get actions from Zabbix', identifying the verb (Get), resource (actions), and platform. It does not explicitly differentiate from sibling tools like zabbix_create_action or zabbix_update_action, but the verb alone makes the read-only purpose apparent, so it meets the 'clear but no sibling differentiation' criterion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It merely states what it does. There is no mention that this tool is for listing/inspecting actions rather than modifying them, leaving the agent to infer usage from the verb 'Get' and the tool name.

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