List Uptime Kuma Monitors
uptime_kuma_list_monitorsList monitors from Uptime Kuma with pagination and optional search. Filter by name or type, choose markdown or JSON output, and receive has_more/next_offset for easy navigation.
Instructions
List monitors from Uptime Kuma with pagination and optional search.
Args:
limit (1-100, default 20): max to return
offset (default 0): skip N for pagination
search (optional): filter name/type substring
response_format: markdown (default) or json
Returns paginated list with has_more/next_offset. Use when: "show my monitors", "list http monitors", "what do I monitor?" Don't use when: you need single monitor details (use uptime_kuma_get_monitor).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max monitors to return (1-100) | |
| offset | No | Skip N monitors for pagination | |
| search | No | Filter by name/type substring (case-insensitive) | |
| response_format | No | markdown or json | markdown |