Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_get_proxies

Fetch Zabbix proxy data with filtering, wildcard search, and sort options. Return selected fields and include related hosts or proxy groups for complete monitoring insight.

Instructions

Get proxies from Zabbix with filtering and output options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit the number of records returned
filterNoReturn only proxies that match the given filter
outputNoObject properties to be returned
searchNoReturn only proxies that match the given wildcard search
proxyidsNoReturn only proxies with the given IDs
sortfieldNoSort the result by the given properties
sortorderNoSort orderASC
selectHostsNoReturn hosts monitored by the proxy
selectProxyGroupsNoReturn proxy groups the proxy belongs to
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It only states a read operation without disclosing return format, pagination, limits, or side effects. It also does not mention default output properties or how filters behave, leaving significant behavioral aspects undisclosed.

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, concise sentence with no filler. It is front-loaded with the action and resource, making it easy to parse. Every word contributes to the core purpose, and the structure is highly scannable.

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?

For a tool with 9 optional parameters and no output schema, the description is too sparse. It does not state what the output contains, how to leverage filters, or any limitations. While the schema provides parameter-level details, the overall usage context is missing, leaving an agent under-informed.

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 baseline is 3. The description's mention of 'filtering and output options' maps to the filter and output parameters, but it adds no semantic detail beyond what the schema already provides. The schema fully documents each parameter, so additional description is not necessary.

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 action ('Get proxies') and resource ('proxies') from Zabbix. It distinguishes from sibling tools like create/update/delete proxies, though it does not explicitly differentiate from other 'get' tools beyond the resource name. The phrase 'with filtering and output options' is generic but still hints at functionality.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of scenarios, exclusions, or comparisons with other Zabbix tools. The description lacks context for an agent to decide between this and similar 'get' tools.

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