Skip to main content
Glama

remove_monitors_from_status_page

Remove specific monitors from a status page by providing the status page ID and monitor IDs. Deletes them via API to clean up your status page.

Instructions

Remove monitors from a status page.

Sends a DELETE request with the status page ID and monitor IDs to remove.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitor_idsYesArray of uptime monitor IDs to remove from 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?

No annotations are provided, so the description carries the full burden. It discloses that a DELETE request is sent, which implies mutation, but it does not state whether the operation is irreversible, whether it requires authorization, or what side effects occur (e.g., affecting status page availability). This is insufficient for full transparency.

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 two sentences with no redundant or filler content. It front-loads the primary action and then provides a concise technical note about the HTTP method.

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 and high schema coverage, the description provides enough context to understand the operation. The gap is minor: it lacks guidance on when to use this versus the sibling add tool, but the core action is fully covered.

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?

Schema description coverage is 100%, with each parameter already well-described. The tool description merely restates the parameter names without adding new semantic insight, so the baseline score of 3 is appropriate.

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 the tool's function: removing monitors from a status page, with a specific verb and resource. The sibling tool add_monitors_to_status_page makes the opposite operation obvious, and the description's mention of the DELETE request adds technical precision.

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 implied usage is clear: use this tool when you need to remove monitors from a status page. However, there is no explicit guidance on when not to use it, nor mention of alternatives beyond the name itself. The description does not discuss prerequisites or distinctions from related tools.

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