Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Resume Monitor

resumeMonitor

Resume a paused Uptime Kuma monitor by providing its monitor ID to restart all checks and re-enable monitoring.

Instructions

Resumes a paused monitor, restarting all checks. Use this to re-enable monitoring after pausing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitorIDYesThe ID of the monitor to resume

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
msgNo
Install Server

TDQS

A4.5/5.0
Behavior3/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 mentions the side effect of restarting checks but does not describe error cases, permissions required, or behavior if the monitor is already running or not paused. Transparency is moderate but not fully comprehensive.

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, using only two sentences to convey the action, effect, and usage context. No fluff or redundancy exists.

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 description is sufficient for a simple resume operation: it explains what it does and when to use it. It does not specify the return value or output, but given the absence of an output schema and the straightforward nature of the action, this is not a significant gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter monitorID is fully described in the schema with a clear explanation ('The ID of the monitor to resume'). The tool description does not need to repeat it, and there is no ambiguity about what the parameter represents.

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 (resume a paused monitor) and its effect (restart all checks). It distinguishes from the sibling pauseMonitor by specifying the opposite action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use it: 'Use this to re-enable monitoring after pausing.' This gives a clear context and prerequisite (the monitor must be paused), leaving no ambiguity about when this tool is appropriate.

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

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