Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_update_service

Update an existing business service in Zabbix by modifying its name, tags, weight, parent/child relationships, algorithm, and status rules.

Instructions

Update an existing business service in Zabbix

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the service
tagsNoService tags (replaces all existing tags)
weightNoService weight
parentsNoParent services (replaces all existing parents)
childrenNoChild services (replaces all existing children)
algorithmNoStatus calculation algorithm
serviceidYesID of the service to update
sortorderNoPosition of the service used for sorting
descriptionNoDescription of the service
problem_tagsNoProblem tags (replaces all existing problem tags)
status_rulesNoStatus calculation rules (replaces all existing rules)
propagation_ruleNoStatus propagation rule
propagation_valueNoStatus propagation value
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but 'Update an existing business service in Zabbix' reveals nothing about side effects, permissions, partial-update semantics, or the behavior of omitted fields. It does not even mention that list parameters (tags, parents, children) replace existing values, which is critical behavioral information.

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 sentence with no filler or redundant phrasing. It is front-loaded with the action and resource, making it easy to skim. This is appropriately concise for a high-level tool summary, even though it omits details that belong in the schema.

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?

The tool is complex (13 parameters, nested objects, full-replacement semantics for several fields) and has no annotations or output schema. The description does not explain the update semantics—such as whether omitted fields remain unchanged or are cleared—nor does it mention return values or error conditions. This is insufficient contextual guidance for an agent to use the tool correctly without deeper inference.

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 has 100% description coverage for all 13 parameters, so the schema already provides the necessary semantics. The tool description adds no additional parameter information. Baseline 3 is appropriate since the schema does the heavy lifting.

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 ('Update') and the resource ('an existing business service'), which distinguishes it from the sibling tools zabbix_create_service and zabbix_delete_services. It is specific enough, though it lacks the detail of mentioning updatable fields or scoping caveats.

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 provides no explicit guidance on when to use this tool versus alternatives. The word 'existing' implies it is not for creating or deleting services, but there is no mention of prerequisites, exclusions, or when to prefer zabbix_get_services or other update tools. This offers minimal usage context.

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