Back to tools

get_site_health

Fetch /api/health from any network site to check its current status, uptime, and capabilities. Works with any *.platphormnews.com or *.ph3ar.com site.

Schema and Policy
{
  "name": "get_site_health",
  "description": "Fetch /api/health from any network site to check its current status, uptime, and capabilities. Works with any *.platphormnews.com or *.ph3ar.com site.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "Domain to health-check (e.g. quake.platphormnews.com)"
      },
      "headers": {
        "type": "object",
        "additionalProperties": true
      },
      "timeout": {
        "type": "number"
      },
      "maxRetries": {
        "type": "number"
      }
    },
    "required": [
      "domain"
    ]
  },
  "category": "Network",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}