Skip to main content
Glama
mhajder

Zabbix MCP Server

by mhajder

trigger_update

Update an existing Zabbix trigger by modifying its description, expression, priority, status, or comments. Specify only the fields you want to change.

Instructions

Update an existing trigger in Zabbix.

Modifies properties of an existing trigger. You can change the description, expression, priority, status, or comments. Only specify fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo0=enabled, 1=disabled.
commentsNoNew comments/notes.
priorityNoNew severity level (0-5).
triggeridYesID of the trigger to update.
expressionNoNew trigger expression.
descriptionNoNew trigger name/description.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate non-read-only, non-idempotent, non-destructive. Description adds that updates modify properties and encourages partial updates, but does not disclose potential side effects, permission requirements, or failure modes. Adds some value beyond annotations but not rich.

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?

Two concise sentences plus a clear usage tip. Every sentence earns its place: first states the purpose, second adds behavioral context (only specify changes). No fluff, front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and 100% parameter coverage, the description is adequate but leaves gaps: no mention of error conditions (e.g., invalid triggerid), atomicity, or whether changes are immediately applied. Missing context about idempotency (annotation says false) but not explained.

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 coverage is 100%, so baseline is 3. Description lists the changeable fields (description, expression, priority, status, comments) but adds no new meaning beyond what the schema descriptions already provide. No additional constraints or format hints are given.

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 verb 'Update' and resource 'trigger in Zabbix', and lists the modifiable properties (description, expression, priority, status, comments). It distinguishes from siblings like trigger_create or trigger_delete, but does not explicitly state the scope or constraints like the high-calibration example.

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 explicit guidance on when to use this tool versus alternatives (e.g., trigger_create, trigger_delete). The phrase 'Only specify fields you want to change' is a parameter usage hint, not a contextual decision rule. Lacks when-not-to-use or alternative tool references.

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/mhajder/zabbix-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server