UptimeRobot

list_projects

List all projects in the workspace. Call this first - most other tools need a project_id.

Remote vantajco/uptime

Remote (network-hosted)

Other tools also called list_projects? 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"
    }
  }
}