ip_geolocate
Estimate geographic location from an IP address with accuracy radius. Optionally reverse geocode to get address details.
Instructions
Estimate geographic location using IP address through Google's Geolocation API. Provides approximate location with accuracy radius and optional reverse geocoding for address details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language code for the reverse geocoded address (ISO 639-1, e.g., "en", "es", "fr"). Only used when reverse_geocode is true | |
| ip_override | No | Optional IP address to override for testing (best-effort) | |
| reverse_geocode | No | Whether to reverse geocode the result |