Skip to main content
Glama
chexma
by chexma

vibemk_schedule_downtime

Schedule maintenance downtime for hosts or services in CheckMK by specifying type, target, start and end times, and a comment to suppress alerts during planned work.

Instructions

⏰ Schedule downtime - Schedule maintenance downtime

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYesDowntime comment
end_timeYesEnd time (ISO format)
host_nameNoName of the host
start_timeYesStart time (ISO format)
downtime_typeYesType: host, service, or hostgroup
service_descriptionNoService description (for service downtime)

Schema Changelog

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

  1. First observedv0.3.10

TDQS

C2.5/5.0
Behavior2/5

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

No annotations exist and the description only says 'schedule downtime'; it does not disclose side effects such as whether an activation is required, whether existing downtimes are affected, or what permissions are needed. This leaves the agent guessing about the operation's behavioral footprint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and readable but redundant: 'Schedule downtime - Schedule maintenance downtime' essentially states the same idea twice. It is not harmful, but the repetition does not add information.

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?

For a scheduling operation with six parameters and no output schema, the description omits important context: which target fields apply to which downtime type, whether host_name or service_description must be paired, and what the return/confirmation behavior is. The schema alone partially fills this, but the description does not make the tool usable confidently.

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 descriptions cover 100% of the six parameters, but they are minimal boilerplate (e.g., 'Type: host, service, or hostgroup'). The description itself adds no parameter semantics, and the required/optional relationship between downtime_type, host_name, and service_description is not clarified. Baseline 3 applies due to high schema coverage.

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

Purpose3/5

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

Description identifies the action and resource — scheduling downtime — and the 'maintenance downtime' phrase adds light context. However, it does not differentiate from the sibling tools vibemk_schedule_host_downtime and vibemk_schedule_service_downtime, so an agent cannot tell which scope this generic call covers.

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 guidance on when to choose this tool over the more specific schedule_host_downtime/schedule_service_downtime siblings, nor on how to select host_name vs service_description based on downtime_type. The description simply restates the action without 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