Back to tools

network_status

Check the status of the entire PlatPhorm News network or specific sites.

Schema and Policy
{
  "name": "network_status",
  "description": "Check the status of the entire PlatPhorm News network or specific sites.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string"
      }
    }
  },
  "category": "Network",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}