Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

publish_status_page_maintenance

Publish a draft status page maintenance window to set it live and notify subscribers.

Instructions

Publish a draft maintenance window (sets it live, notifies subscribers).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
window_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explicitly reveals the state transition ('sets it live') and the subscriber notification side effect. It does not address edge cases like republishing an already-live window or failure when the window is not a draft, but the core behavior is transparent.

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 sentence with no wasted words. The action is front-loaded, and the parenthetical explains the meaningful side effect without unnecessary detail.

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?

For a simple two-parameter tool with an output schema, the description covers the essential purpose and key side effect. It lacks explicit preconditions beyond calling it a 'draft,' but the core invocation context is sufficiently clear.

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%, and the description does not explain what page_id or window_id refer to beyond the word 'maintenance window.' The parameter names are somewhat self-explanatory, but the description adds no semantic detail about the relationship between the status page and the maintenance window.

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 ('Publish'), names the resource ('draft maintenance window'), and states the concrete outcome ('sets it live, notifies subscribers'). This clearly distinguishes it from sibling tools like create, update, cancel, or dismiss maintenance windows.

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 provides clear context by specifying that this tool applies to a draft maintenance window and that the effect is to set it live and notify subscribers. It does not explicitly name alternatives or exclusion conditions, but the intended usage is evident.

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