Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

create_status_page_maintenance

Schedule maintenance windows on your status page with required title, impact, start time, and markdown update. Optionally set end time, affected components, and subscriber notifications.

Instructions

Create a maintenance window on a status page.

Required fields: title, impact (NONE/MINOR/MAJOR/CRITICAL), body, scheduledFor (ISO 8601). Optional: scheduledUntil, autoResolve, status, affectedComponents, notifySubscribers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
page_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.1/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 the full behavioral burden. It only says 'create' and lists fields, without disclosing side effects such as public visibility on the status page, subscriber notification behavior, schedule auto-resolution, or the fact that this mutates state. It is not contradictory, but it is minimally transparent.

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 tightly written with a front-loaded purpose and a logically grouped field list. Every sentence earns its place, though the 'Required fields' list is slightly misleading because those fields are nested inside body and page_id is missing.

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?

This is a complex tool with a nested body schema, enums, optional flags, and defaults, but the description only covers the obvious fields. It omits page_id, default behaviors, and the structure of affectedComponents. The output schema reduces the need to describe return values, but the input guidance is still incomplete.

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 description usefully labels required vs optional fields, enumerates the impact values, and specifies ISO 8601 for scheduledFor. However, it omits the required top-level page_id, and context reports 0% schema description coverage, so a critical parameter is left undocumented in both the description and the schema's top level.

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 opens with 'Create a maintenance window on a status page,' which states a specific verb and resource. The phrase 'on a status page' helps disambiguate this from the sibling create_maintenance_window, and the required/optional field list reinforces the operation's scope.

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 explains what the tool does but provides no when-to-use guidance, prerequisites, or exclusions. With many siblings like list_status_page_maintenance, update_status_page_maintenance, and post_status_page_maintenance_update, an agent gets no criteria for selecting this tool over 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/devhelmhq/mcp-server'

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