Skip to main content
Glama
devhelmhq

DevHelm MCP Server

Official
by devhelmhq

create_status_page_component

Add a status page component with a name and type (STATIC or MONITOR), optionally nested under a group or linked to a monitor, to show uptime and status.

Instructions

Add a component to a status page.

Required fields: name, type (STATIC or MONITOR). Optional: groupId (nest under a group), monitorId (for MONITOR type).

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?

With no annotations, this description carries the burden of explaining behavior, but it does not mention persistence, side effects, permissions, or conditional validation. It also misrepresents the valid type set by saying '(STATIC or MONITOR)' while the schema permits GROUP and DEPENDENCY, and it does not disclose conditional required fields like resourceGroupId and serviceSubscriptionId.

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?

Three terse, front-loaded sentences with no filler: purpose, required fields, optional fields. Every sentence earns its place despite the content accuracy problems.

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?

The schema is complex with a nested body, four type enum values, conditional required fields, and numerous optional settings, but the description omits most of that. It fails to mention type-dependent requirements and valid types beyond STATIC/MONITOR, leaving an agent without enough context to correctly form a GROUP or DEPENDENCY component.

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 must compensate, but it only names name, type, groupId, and monitorId, leaving page_id and several nested body fields undocumented. It adds a helpful hint that groupId nests under a group, but the restriction of type to STATIC/MONITOR is misleading against the actual enum.

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 opening sentence states a specific verb and resource: 'Add a component to a status page.' This clearly distinguishes creation from the many sibling update/delete/list component tools, so an agent knows the object and action immediately.

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 required and optional fields but gives no guidance on when to reach for this tool over create_status_page_group or update/delete/list_status_page_component, and no exclusions or alternatives. The use context is only implied by the tool name and first sentence.

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