Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Pause Monitor

pauseMonitor

Pause a monitor to stop checks, notifications, and data collection. Resume later without deleting the monitor.

Instructions

Pauses a monitor, stopping it from performing checks. The monitor will remain in the system but will not send notifications or collect data until resumed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitorIDYesThe ID of the monitor to pause

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
msgNo
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the monitor stops performing checks, will not send notifications or collect data, and remains in the system until resumed. It also implies reversibility. It does not mention return values or error scenarios, but for this simple operation the core behavior is well covered.

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 concise sentences that front-load the primary action, then provide the key behavioral details. Every sentence adds value with no wasted words.

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?

The tool is simple (one parameter) and the description covers the purpose, effects, persistence, and reversibility. An output schema exists so return values are handled separately. It does not explicitly mention how to resume or what happens when pausing an already paused monitor, but these are minor gaps.

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 coverage is 100% and the only parameter, monitorID, has a clear description in the schema. The tool description does not add any additional meaning beyond the schema, so it stays at the baseline 3 for high coverage.

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 action (pauses), the resource (a monitor), and the effect (stops performing checks). It distinguishes the tool from siblings like deleteMonitor (remains in system) and resumeMonitor (until resumed).

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 explains when to use this tool (to temporarily stop checks and notifications) and implies the alternative resumeMonitor via 'until resumed'. It does not explicitly name the sibling or specify when not to use it, but the context is clear and no exclusions are needed.

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/DavidFuchs/mcp-uptime-kuma'

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