Skip to main content
Glama

add_monitors_to_status_page

Add monitors to a status page with status page ID and monitor IDs to display their uptime status publicly.

Instructions

Add monitors to a status page.

Sends a POST request with the status page ID and monitor IDs to add.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idsYesArray of uptime monitor IDs to add to the status page
status_page_idYesStatus page ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The description mentions 'Sends a POST request', which is a useful technical detail, but it fails to disclose important behavioral traits such as idempotency, how duplicates are handled, whether existing monitor lists are replaced or appended, or any authorization requirements. Since no annotations are provided, the description carries the full burden of behavioral disclosure and falls short.

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 extremely concise, consisting of two sentences with the core action front-loaded in the first sentence. No unnecessary detail or filler is present.

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 tool with only two parameters and an existing output schema, the description covers the essential action and HTTP method. However, it lacks details about preconditions (e.g., status page existence, valid monitor IDs) or error behavior, which would be valuable in a complete context.

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 input schema already fully describes both parameters (status_page_id and monitor_ids). The description merely restates these parameters without adding any extra meaning, such as allowed formats, relationships, or constraints beyond the schema.

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 clearly states 'Add monitors to a status page' with a specific verb and resource, making the tool's purpose immediately obvious. It also distinguishes itself from the sibling 'remove_monitors_from_status_page' by focusing on the add action.

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?

No explicit guidance is given about when to use this tool versus alternatives like 'list_status_pages' or 'remove_monitors_from_status_page'. The usage is implied by the name and description, but there are no explicit when-to-use or when-not-to-use instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/khrns-r/hetrixmcp'

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