enrich_address_v1_enrich_address_post
Transform messy, unstructured address strings into standardized JSON components. Resolves complex international formats with fallback parsing for structured address data.
Instructions
Transforms messy, unstructured address strings into standardized JSON components. Features an LLM Waterfall fallback for complex international formats.
Cost: 1 credit per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| address_line | Yes | A full, single-line address string to be parsed into structured components (street, city, zip, etc.). USE THIS TOOL for any messy or unstructured location data. NEGATIVE CONSTRAINT: DO NOT use for just a city name, just a country name, or a set of coordinates unless they are part of a full address string. It expects a physical mail-like address. |