Skip to main content
Glama
DavidFuchs

mcp-uptime-kuma

by DavidFuchs

Get Monitor Summary

getMonitorSummary

Retrieve real-time status for all Uptime Kuma monitors, showing UP/DOWN/PENDING/MAINTENANCE states with last heartbeat details. Filter by keywords, type, tags, or group to pinpoint issues quickly.

Instructions

START HERE for status overview questions. Retrieves current status for all monitors showing UP/DOWN/PENDING/MAINTENANCE states with the most recent heartbeat message. Use this when asked "how is everything doing?", "what's down?", "what's up?", or for any general status overview. Returns essential information (ID, name, pathName, active state, maintenance state, status, message, lastBeatTime, type, tags). Supports filtering by keywords, type, active/maintenance status, tags, parent group, and current status. Check lastBeatTime before trusting the status of a push monitor — one that has stopped beating keeps reporting its last known status. lastBeatTime is UTC with no zone marker, so measure staleness against the current UTC time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter by tag name and optional value. Comma-separated for multiple tags. Format: "tagName" or "tagName=value". Monitor must have all specified tags. Case-insensitive. Examples: "production", "env=staging", "production,region=us-east"
typeNoFilter by monitor type(s). Comma-separated for multiple types. Use listMonitorTypes tool to see all available types.
activeNoFilter by active status. true=only active monitors, false=only inactive monitors.
statusNoFilter by current heartbeat status. Comma-separated for multiple statuses. 0=DOWN, 1=UP, 2=PENDING, 3=MAINTENANCE. Examples: "0", "1", "0,2"
keywordsNoSpace-separated keywords to filter monitors by pathName (case-insensitive fuzzy match). All keywords must match for a monitor to be included.
parentIdNoFilter to the DIRECT children of this group monitor. Pass null for top-level monitors (those with no parent). Not recursive — use the group's own childrenIDs to walk deeper.
maintenanceNoFilter by maintenance status. true=only monitors in maintenance, false=only monitors not in maintenance.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
summariesYesArray of monitor summaries
Install Server

TDQS

A4.1/5.0
Behavior5/5

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

The description discloses an important behavioral nuance: the status may be stale for push monitors that have stopped beating, and advises checking lastBeatTime. It also explains the UTC format without a zone marker. This adds transparency beyond the schema, which has no annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is overly wordy and repetitive. It repeats the same information multiple times: the first sentence introduces the purpose, the second repeats the retrieval of status, the third gives usage, the fourth lists return fields, the fifth lists filters, and the sixth and seventh repeat the staleness warning. This could be condensed significantly for clarity.

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 fairly complete: it lists the returned fields (ID, name, pathName, active state, maintenance state, status, message, lastBeatTime, type, tags), explains the filter capabilities, and includes the important staleness warning. It does not mention pagination or limits, but for a summary tool, the key aspects are 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?

The schema descriptions already cover all parameters (100% coverage), so the baseline is 3. The description merely restates the filter options (keywords, type, active/maintenance status, tags, parent group, current status) without adding new examples or clarifications beyond what the schema provides.

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 retrieves current status for all monitors with UP/DOWN/PENDING/MAINTENANCE states and includes the most recent heartbeat message. It distinguishes itself by being a summary/overview tool, explicitly marked as 'START HERE' for status questions, which contrasts with sibling tools like getMonitor or listMonitors.

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 provides explicit usage scenarios: 'Use this when asked "how is everything doing?", "what's down?", "what's up?", or for any general status overview.' This clearly indicates when to use the tool, though it does not explicitly mention when to use alternatives, it does position itself as the primary entry point for status queries.

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