Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

update_maintenance_window

Extend an active maintenance window to keep alerts suppressed during longer deployments. Specify complete new start and end times using ISO 8601 format.

Instructions

Update an in-flight or scheduled maintenance window.

The most common use is extending an active window when a deploy runs longer than expected — call this with the new endsAt to keep alerts suppressed past the original deadline. The endpoint is a full replacement (PUT, not PATCH): pass the complete intended state, not a delta. Any field omitted falls back to the underlying model's default rather than preserving the existing value.

Time fields use ISO 8601 / RFC 3339 timestamps with explicit timezone (UTC preferred), e.g. "2026-05-15T16:30:00Z".

Body fields (same schema as create):

  • startsAt (required)

  • endsAt (required)

  • monitorId (optional; null = org-wide)

  • reason (optional; null clears)

  • repeatRule (optional; null clears the recurrence)

  • suppressAlerts (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
window_idYes
bodyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses that the endpoint is a full replacement (PUT, not PATCH) and that omitted fields fall back to defaults rather than preserving existing values. It also specifies time format requirements. With no annotations provided, the description does a good job of covering behavioral traits, though it doesn't mention rate limits, permissions, or error conditions.

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

Conciseness4/5

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

The description is efficiently structured: it starts with the main purpose, then the common use case, then the important PUT vs PATCH warning, time format, and a field list. It is front-loaded with critical information and avoids unnecessary words, though it could be slightly trimmed.

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?

The description covers the key aspects: use case, replacement behavior, field meanings, and time format. With an output schema present (not shown), return values are presumably documented. The description could mention error scenarios or prerequisites, but overall it is sufficient for an update tool with moderate complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for each property, so the description adds value by explaining the replacement semantics and emphasizing that missing fields result in defaults. It also lists the fields in a readable format, reinforcing the schema. The context signal shows 0% schema description coverage, but the schema actually has descriptions; the description's added value lies in the behavioral context.

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 it updates an in-flight or scheduled maintenance window, specifies the common use case of extending an active window, and distinguishes it from creating or canceling. The verb 'update' with resource 'maintenance window' and the specific scope (in-flight or scheduled) provide clear purpose.

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 explicitly says the most common use is extending an active window when a deploy runs longer than expected, providing clear context. It also warns about the PUT vs PATCH behavior. However, it does not explicitly state when not to use it or compare to alternatives like cancel_maintenance_window.

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/devhelmhq/mcp-server'

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