Get Uptime Kuma Monitor
uptime_kuma_get_monitorRetrieve all configuration and status details for a single Uptime Kuma monitor by ID—type, URL, interval, status, and tags—to support editing, deletion, or pausing.
Instructions
Get single monitor details by ID.
Args:
monitor_id (int): ID from list_monitors
response_format: markdown or json
Returns all fields (type, url, interval, status, tags). Use when: need edit/delete/pause context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | Monitor ID (integer) | |
| response_format | No | markdown or json | markdown |