suggest_meeting_point
Calculate the optimal meeting point for multiple individuals based on their locations and recommend nearby venues such as cafes, parks, or restaurants for gatherings or meetings.
Instructions
Find the optimal meeting place for multiple people coming from different locations.
This tool calculates a central meeting point based on the locations of multiple individuals, then recommends suitable venues near that central point. Ideal for planning social gatherings, business meetings, or any situation where multiple people need to converge from different starting points.
Args: locations: List of dictionaries, each containing the latitude and longitude of a person's location Example: [{"latitude": 37.7749, "longitude": -122.4194}, {"latitude": 37.3352, "longitude": -121.8811}] venue_type: Type of venue to suggest as a meeting point. Options include: "cafe", "restaurant", "bar", "library", "park", etc.
Returns: Meeting point recommendations including: - Calculated center point coordinates - List of suggested venues with names and details - Total number of matching venues in the area
Input Schema
Name | Required | Description | Default |
---|---|---|---|
locations | Yes | ||
venue_type | No | cafe |