Skip to main content
Glama
chexma
by chexma

vibemk_acknowledge_problem

Acknowledge host or service problems in CheckMK monitoring by specifying type, host, service, and comment to clear alerts.

Instructions

✅ Acknowledge problem - Acknowledge host or service problem

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYesAcknowledgment comment
host_nameYesName of the host
acknowledge_typeYesType: host or service
service_descriptionNoService description (for service ack)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.10

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are supplied, so the description carries the full burden of disclosing side effects. It merely states the action without explaining consequences such as suppressing notifications, requiring specific permissions, or altering the acknowledged state in a way that affects future monitoring behavior.

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 extremely concise—two short sentences that capture the essential purpose without any redundant wording or filler. It is well-structured and front-loaded, immediately conveying the tool's core function.

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?

Given the tool is simple and no output schema is present, the description should still explain what 'acknowledge' means in operational terms. It does not mention that acknowledging typically dismisses or marks a problem as handled, nor does it clarify parameter usage beyond the schema, leaving a knowledgeable agent to infer expected behavior.

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 provides descriptions for all parameters, exceeding the 80% coverage threshold, so a baseline of 3 is appropriate. Descriptions like 'Type: host or service' and 'Service description (for service ack)' add some useful context, but they remain minimal and do not elaborate on value constraints or relationships between parameters.

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 (acknowledge) and the target (host or service problem), making the purpose specific and unambiguous. While it doesn't explicitly contrast with sibling tools like add_comment or schedule_downtime, the name and description leave little doubt about the tool's function.

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 guidance on when to use this tool versus alternatives, such as adding a comment or rescheduling a check. There is no mention of prerequisites, typical scenarios, or situations where another tool would be more appropriate, leaving the agent to infer 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/chexma/vibeMK'

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