verify_place
Confirm a place exists via Google Places Text Search to validate destination claims before trusting them.
Instructions
Verifies that a place exists via Google Places Text Search before a destination claim is trusted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| placeName | Yes | The place to verify, e.g. a destination mentioned in a post | |
| regionHint | No | Optional context narrowing the search, e.g. a country or region |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lng | Yes | ||
| found | Yes | Whether Google Places matched the query. False is a verdict, not a failure. | |
| placeId | Yes | Stable Google Places identifier. | |
| canonicalName | Yes | Google's display name for the match. | |
| formattedAddress | Yes | Google's formatted address. |