search_family_activities
Find family-friendly travel activities near your location based on specific interests and distance preferences.
Instructions
Retrieves family activities that are geographically close to the specified location.
Args:
latitude (float): Latitude of the location.
longitude (float): Longitude of the location.
max_dist (float): Maximum distance from the provided coordinates in meters.
user_query (str): The precise user's query for which activities are being searched. Used to return relevant activities.
Returns:
str: A formatted string containing the information of the family activities. Each activity has a title, more info URL, image URL, and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| max_dist | Yes | ||
| user_query | Yes |