tool_verify_place
Cross-reference a place name against OSM, Foursquare, and OpenTripMap to confirm it exists. Use before presenting any specific restaurant, hotel, or attraction to avoid hallucinations.
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 |
|---|---|---|---|
| place_name | Yes | ||
| city | Yes | ||
| expected_type | No |