{
  "tools": {
    "list_sessions": {
      "description": "List all active Lively4 browser sessions available for code execution",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "type": "meta",
      "handler": "handleListSessions"
    },
    "ping_sessions": {
      "description": "Ping all active sessions to check connectivity",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "type": "meta",
      "handler": "handlePingSessions"
    }
  }
}