Search places near a Wanderlog trip
wanderlog_search_placesSearch for restaurants, attractions, hotels, and other real-world places near your Wanderlog trip destination to find specific options for your itinerary.
Instructions
Search for real-world places (restaurants, attractions, hotels, parks, landmarks) near the destination of a Wanderlog trip. Returns candidate results with names and short descriptions.
Use this to resolve user requests like "find a good coffee shop in Queenstown" into specific place candidates. Results are geographically biased toward the trip's location, not global.
If the user wants to add a place to a trip, call this first with concise format to present options, then call again with detailed format to get place_ids for downstream actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_key | Yes | The trip to scope this search to. Search results are geographically biased toward the trip's destination. | |
| query | Yes | What to search for. Examples: 'sushi restaurant', 'hiking trail', 'coffee near the hotel'. | |
| response_format | No | Output verbosity. 'concise' lists name + description only; 'detailed' adds the Google place_id needed for downstream tool calls. | concise |