Suggest a meeting point
suggest_meeting_pointFinds a fair meeting point by calculating the geographic midpoint of multiple starting locations, then selects a venue with balanced travel times for all participants. Supports walking, cycling, or driving.
Instructions
Suggests a fair place to meet for people starting from different locations: finds venues around the geographic midpoint and picks the one with the most balanced travel times for everyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | How everyone travels, default foot | |
| language | No | Language used when geocoding place names, default "en" | |
| locations | Yes | Starting points of all participants | |
| venue_category | No | What kind of venue to meet at, default "cafe" | |
| search_radius_m | No | Venue search radius around the midpoint, default 1500 |