Please fix the provided tool call based on the issues outlined.

<tool_call>[
{'name': 'SkyScrapperSearchAirport', 'arguments': {'query': 'New York'}, 'label': 'var1'},
{'name': 'SkyScrapperSearchAirport', 'arguments': {'query': 'London'}, 'label': 'var2'},
{'name': 'SkyScrapperFlightSearch', 'arguments': {'originSkyId': '$var1.skyId$', 'originEntityId': '$var1.entityId$', 'date': '2024-08-15'}, 'label': 'var3'},
{'name': 'TripadvisorSearchLocation', 'arguments': {'query': 'London'}, 'label': 'var4'},
{'name': 'TripadvisorSearchHotels', 'arguments': {'geoId': '$var4.locationId$', 'checkIn': '2024-08-15', 'checkOut': '2024-08-18'}, 'label': 'var5'}
]</tool_call>

The following are the identified issues:
- Parameter destinationSkyId is a required parameter for SkyScrapperFlightSearch, but it is missing.
- Parameter destinationEntityId is a required parameter for SkyScrapperFlightSearch, but it is missing.
