Skip to main content
Glama
mehbul

uptime-kuma-mcp-server

by mehbul

Get Uptime Kuma Heartbeats

uptime_kuma_get_heartbeats
Read-onlyIdempotent

Retrieve recent heartbeat data for a monitor to verify uptime, inspect status and ping, and identify the cause of downtime.

Instructions

Get recent heartbeats for a monitor (status, ping, msg, time).

Args:

  • monitor_id

  • period_hours (1-720, default 24)

  • limit (1-200, default 50)

  • response_format

Returns newest-first list. Use when: "show recent checks for monitor 5", "why was it down?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax heartbeats to return
monitor_idYesMonitor ID
period_hoursNoLookback period in hours (1-720)
response_formatNomarkdown or jsonmarkdown
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

The annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds useful behavioral detail beyond annotations: results are returned newest-first, with a lookback period and limit.

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 compact and well-structured: a one-line purpose, a brief argument summary, and a clear return/usage note. It is front-loaded with the core action and uses only a few purposeful lines.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with straightforward parameters and no output schema, the description adequately explains what is returned (newest-first list with status/ping/msg/time) and gives practical query examples. It is complete enough for correct invocation.

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%, so the input schema already documents all four parameters. The description repeats parameter names and ranges rather than adding deeper semantic context, so it meets the baseline but does not exceed it.

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 names a specific verb and resource: "Get recent heartbeats for a monitor," and lists the returned fields (status, ping, msg, time). This clearly distinguishes it from sibling tools like list monitors or get metrics.

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 example queries that signal when to use it, such as "show recent checks for monitor 5" and "why was it down?". It lacks an explicit exclusion or comparison with sibling tools, but the use cases are clear enough.

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

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