Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

update_status_page_maintenance

Update maintenance window details on your status page, including title, impact, status, and schedule, to keep stakeholders informed.

Instructions

Update a maintenance window's title, impact, status, or schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesUpdate body for a maintenance window, including schedule fields.
page_idYes
window_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It states that the tool updates a maintenance window and which fields are affected, but it does not mention partial-update semantics, permissions, idempotency, side effects, or error behavior. For a mutating operation with zero annotation support, this is a significant transparency gap.

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?

A single, front-loaded sentence with no filler: 'Update a maintenance window's title, impact, status, or schedule.' It communicates verb, resource, and scope efficiently, which is ideal for agent parsing.

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?

An output schema exists, so return values need not be described. However, the description doesn't clarify how page_id and window_id relate, doesn't mention affectedComponents as an updatable field, and doesn't address the near-identical sibling update_maintenance_window. For a nested-body mutation tool, the description is adequate but leaves meaningful gaps.

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 description coverage is only 33% at the top level, so the description must compensate. It names title, impact, status, and schedule, covering most body properties, but omits affectedComponents and the required page_id/window_id identifiers. The nested schema properties are individually well-described, and the description adds partial high-level mapping, but it doesn't fully close the coverage gap.

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 uses a specific verb ('Update') and resource ('maintenance window') and names the editable aspects: title, impact, status, or schedule. This clearly differentiates it from create/get/delete maintenance tools. However, it doesn't explicitly distinguish it from the sibling update_maintenance_window, relying on the tool name for status-page context.

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

Usage Guidelines3/5

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

Usage is implied by the verb 'Update' and the resource 'maintenance window' — an agent can infer it is for modifying an existing status-page maintenance window. But the description provides no explicit when-to-use guidance or exclusions, and the large sibling list includes similarly named tools like update_maintenance_window and create_status_page_maintenance, so the selection criteria are left to inference.

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

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