Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_get_icon_maps

Retrieve icon maps from Zabbix using filters, search, and output selection to find specific mappings.

Instructions

Get icon maps from Zabbix with filtering and output options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit the number of records returned
filterNoReturn only icon maps that match the given filter
outputNoObject properties to be returned
searchNoReturn only icon maps that match the given wildcard search
sortfieldNoSort the result by the given properties
sortorderNoSort orderASC
iconmapidsNoReturn only icon maps with the given IDs
selectMappingsNoReturn icon mappings used by the icon map
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 for behavioral disclosure. It only says 'Get icon maps' and offers no details about authentication requirements, pagination behavior, default output fields, or potential limitations. The description adds no behavioral context beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no wasted words. However, given the tool's complexity (8 parameters, nested objects), it is slightly under-specified, but it is still efficiently structured.

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 8 parameters, nested objects, and no output schema, the description provides insufficient context. It does not explain typical usage, return value structure, or how filter/search interact with output. This is a minimal description for a moderately complex tool.

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 the schema already documents all eight parameters. The description's mention of 'filtering and output options' maps to filter, search, output, and sortfield but adds no new meaning. Baseline 3 is appropriate when schema covers parameter semantics.

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 uses the specific verb 'Get' with the resource 'icon maps from Zabbix', clearly distinguishing it from create/update/delete icon map siblings. The phrase 'with filtering and output options' hints at capabilities but is generic; still, the core purpose is unambiguous.

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?

Usage is implied as a read-only retrieval tool for icon maps, but the description does not explicitly state when to use it over alternatives or mention that modifications should use create/update/delete tools. No exclusions or alternative references are given.

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