lookup_postal_code
Look up a postal code. Returns the places (city, state/region, latitude/longitude) matching the given postal code in the given country. Returns: Matching places with coordinates for the postal code..
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | Two-letter lowercase country code, e.g. us, de, fr. | |
| postalCode | Yes | Postal / ZIP code to look up, e.g. 90210. |