Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

delete_status_page_maintenance

Permanently delete a scheduled maintenance window from a status page by providing the page ID and window ID. Removes the window so it no longer appears.

Instructions

Delete a status page maintenance window permanently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
window_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.7/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 disclosure burden. It states that the deletion is permanent, which is an important destructive behavior. However, it does not mention permissions, cascading effects, whether the window must be in a particular state, or what happens if the identifiers are invalid.

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 a single, front-loaded sentence with no filler. Every word earns its place, and 'permanently' adds meaningful information rather than redundancy.

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?

This is a simple two-parameter destructive action with an output schema present, so the description does not need to explain return values. It adequately communicates the core operation and permanence. It is slightly incomplete in not addressing the distinction from cancel/dismiss siblings, but that gap is mostly a usage-guidance issue.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate by explaining page_id and window_id. It does not: it only restates the resource type and provides no additional meaning about the role of each parameter. The names are somewhat self-explanatory, but the description adds no semantic value for invocation.

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 ('Delete'), a concrete resource ('status page maintenance window'), and a clarifying qualifier ('permanently'). This clearly distinguishes the tool from sibling operations like cancel_maintenance_window or dismiss_status_page_maintenance, which imply non-permanent state changes.

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?

The word 'permanently' gives an implied usage hint: this tool is for permanent removal rather than cancellation or dismissal. However, there is no explicit guidance about when to prefer this over sibling tools like cancel_maintenance_window or dismiss_status_page_maintenance, or about any prerequisites or restrictions.

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