Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

get_status_page_maintenance

Retrieve a maintenance window's full update timeline for a status page by providing page and window IDs.

Instructions

Get a status page maintenance window with its full timeline of updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
window_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. 'Get' signals a read operation and 'full timeline of updates' indicates the response includes update history, but it does not mention ordering, error behavior, or read-only guarantees.

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. Every word contributes to identifying the operation and the expected return content.

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?

For a two-parameter getter with an output schema, the core behavior is adequately described and return structure is handled by the output schema. However, it omits how to discover the required IDs and does not distinguish itself from get_maintenance_window, making it minimally complete rather than fully self-sufficient.

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 explicitly explain the required page_id and window_id parameters. It only loosely maps to them through 'status page' and 'maintenance window', which adds little beyond the self-explanatory parameter names.

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?

States a specific action ('Get') and resource ('status page maintenance window'), and adds the distinguishing qualifier 'full timeline of updates'. This clearly separates it from list_status_page_maintenance and get_maintenance_window.

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 description implies use when retrieving a single status page maintenance window with its update timeline, but it does not explicitly say when to prefer this over get_maintenance_window or how to obtain page_id/window_id (e.g., via list_status_page_maintenance). No exclusions are provided.

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