UptimeRobot
list_status_pages
List status pages with visibility, slug, and public URL.
Remote vantajco/uptime
Remote (network-hosted)
Other tools also called list_status_pages?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1,
"description": "Page size (default 25)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous call"
},
"project_id": {
"type": "string",
"description": "Project ID (from list_projects)"
}
}
}