Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Create Maintenance

createMaintenance

Schedule maintenance windows to suppress monitor alerts; use single, recurring, or manual strategies to keep monitors in MAINTENANCE status instead of DOWN.

Instructions

Schedules a new maintenance window. During maintenance, affected monitors are suppressed and show MAINTENANCE status instead of DOWN.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the maintenance window
activeNoWhether the window is active (default: true)
strategyYesScheduling strategy: single=one-time, recurring-interval=every N days, recurring-weekday=specific weekdays, recurring-day-of-month=specific dates, manual=manually activated
timezoneNoTimezone (e.g. "America/New_York", "UTC"). Defaults to server timezone.
weekdaysNoDays of week (0=Sunday … 6=Saturday) for recurring-weekday strategy
dateRangeNoDate range as [startISO, endISO] (required for single strategy)
timeRangeNoStart and end time within the day as [{hours, minutes}, {hours, minutes}]
daysOfMonthNoDays of month (1-31) for recurring-day-of-month strategy
descriptionNoDescription or reason for the maintenance
intervalDayNoInterval in days for recurring-interval strategy

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
msgNo
maintenanceIDNo
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the key behavioral effect (monitors suppressed and show MAINTENANCE) but does not elaborate on side effects, permissions, or reversibility. This is adequate but minimal; no contradiction with annotations exists since none are present.

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 sentences, front-loaded with the primary action and its effect. Every word earns its place, with no redundancy or filler.

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

Completeness4/5

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

Given the comprehensive input schema and the presence of an output schema, the description is sufficiently complete for a creation tool. It explains the immediate effect and does not need to elaborate on return values or detailed parameter behavior. It could mention scheduling constraints, but the schema covers those.

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 covers 100% of parameters with individual descriptions, so the tool description adds no additional parameter semantics. The baseline of 3 applies because the schema does the heavy lifting and the description does not compensate with extra guidance.

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 uses a specific verb+resource ('Schedules a new maintenance window') and states the behavioral effect (monitors suppressed, show MAINTENANCE instead of DOWN). This clearly distinguishes it from sibling getMaintenanceWindows and other create tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use the tool (to schedule maintenance and suppress monitors) but does not explicitly mention when not to use it or alternative tools. The context is clear enough for basic selection, though it stops short of naming alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/DavidFuchs/mcp-uptime-kuma'

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