tool_verify_place
Check if a place exists by cross-referencing OSM, Foursquare, and OpenTripMap. Get verification status, confidence score, and canonical name to avoid hallucinated results.
Instructions
Verify a named place actually exists by cross-checking OSM, Foursquare, and OpenTripMap.
Read-only. No auth required (Foursquare key optional; degrades gracefully without it). Returns: verified (bool), confidence score, canonical name, coordinates, matched sources, and a warning message if the place appears to be hallucinated.
Use this before presenting any specific restaurant, hotel, or attraction to the user — especially when the name came from an LLM rather than a live API. Do not use for checking business hours or current availability; this only confirms existence. Use tool_geocode if you only need coordinates for a city or landmark.
Args: place_name: Place name to verify (e.g., "Eiffel Tower", "Nobu Tokyo") city: City context to narrow the search (e.g., "Paris", "Tokyo") expected_type: Optional type hint — restaurant, attraction, hotel, museum, park
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| place_name | Yes | ||
| expected_type | No |