reverse_geocode
Reverse geocode latitude/longitude to obtain a human-readable address including city, region, country, postal code, and country code.
Instructions
Reverse geocode a latitude/longitude pair into a human-readable address with administrative details (city, region, country, postal code, country code, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude in decimal degrees. Range: -90 (South) to 90 (North). Example: 40.7128 | |
| longitude | Yes | Longitude in decimal degrees. Range: -180 (West) to 180 (East). Example: -74.0060 | |
| format | No | Output format. "text" returns a human-readable summary; "json" returns the raw structured data. | text |