Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_get_discovered_services

Retrieve monitored services detected by Zabbix network discovery rules, with filtering by host, rule, status, and sorting options.

Instructions

Get services discovered by network discovery rules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit the number of records returned
filterNoReturn only discovered services that match the given filter
outputNoObject properties to be returned
searchNoReturn only discovered services that match the given wildcard search
dhostidsNoReturn only discovered services that belong to the given discovered hosts
druleidsNoReturn only discovered services that were discovered by the given discovery rules
sortfieldNoSort the result by the given properties
sortorderNoSort orderASC
dserviceidsNoReturn only discovered services with the given IDs
selectDHostsNoReturn discovered hosts that the service belongs to
selectDRulesNoReturn discovery rules that discovered the service
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. It only says 'Get', implying a read-only operation, but provides no details about filtering behavior, default outputs, pagination, authentication requirements, or what the response contains. This is a significant gap for a tool with 11 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 concise sentence with no fluff or redundant information. It is efficiently front-loaded and does not repeat parameter names or schema details. Very readable and focused.

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 11 parameters and no output schema, the description is insufficiently complete. It does not explain what the returned data looks like, how filters interact, or how this relates to discovery rules and hosts. The rich schema provides parameter semantics, but the description fails to give the broader context needed for correct invocation and result interpretation.

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 schema description coverage is 100%, with each parameter having a description. The tool description adds no extra meaning beyond the schema; it merely restates the general purpose. According to the rubric, the baseline is 3 when schema covers parameters well, which applies here.

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

Purpose5/5

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

The description clearly states the action ('Get') and the resource ('services discovered by network discovery rules'), which distinguishes it from sibling tools like zabbix_get_discovered_hosts and zabbix_get_discovery_rules. The verb+resource+scope is specific and 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?

The description implicitly conveys when to use the tool: when you need discovered services from network discovery rules. However, it does not explicitly mention when not to use it or present alternatives, such as using zabbix_get_discovered_hosts for hosts instead. This is adequate but not explicit.

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