Skip to main content
Glama
leroylim

Zabbix MCP Server

by leroylim

zabbix_update_value_map

Update an existing value map in Zabbix by providing its ID, with options to rename it, associate a host or template, and replace its value mappings.

Instructions

Update an existing value map in Zabbix

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name for the value map
hostidNoID of the host or template to associate this value map with
mappingsNoArray of value mappings (replaces all existing mappings)
valuemapidYesID of the value map to update
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 of disclosing behavioral traits. It only says 'update' without detailing side effects, such as whether the mappings array replaces all existing mappings (which is only mentioned in the schema), permission requirements, reversibility, or consequences. This is a significant gap for a mutation tool.

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 wasted words. It is appropriately front-loaded with the verb and resource, conveying the core function efficiently.

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 no annotations and no output schema, the description must provide more context. It does not explain the update semantics beyond the name, such as full replacement of mappings or return behavior. The schema provides parameter details, but the description is insufficient for a potentially destructive operation without explicit safeguards or warnings.

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 itself adds no parameter-specific information, but the schema thoroughly documents each parameter with clear descriptions, including the behavior of 'mappings' replacing existing mappings. The schema does the heavy lifting, so no extra credit or penalty.

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 tool's action: 'Update an existing value map in Zabbix.' The verb 'update' and resource 'value map' are specific, and it distinguishes from sibling tools like create_value_map and delete_value_maps.

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 implies this tool is for modifying an existing value map, but it does not explicitly state when to use it versus creating or deleting value maps, nor does it mention any prerequisites such as needing an existing valuemapid. Usage is inferred from the name and 'existing' keyword.

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