Autocomplete Address
geo.address.autocompleteFills in address and place name suggestions as users type, enabling real-time search UX.
Instructions
Get autocomplete suggestions as you type an address or place name — for real-time search UX (Geoapify/OSM)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Partial address or place name to autocomplete (e.g. "1600 Penn", "Berlin Bran"). | |
| lang | No | Result language code (e.g. "en", "de", "ru"). Default: English. | |
| country_code | No | ISO 3166-1 alpha-2 country code to filter results (e.g. "US", "DE"). | |
| type | No | Filter by result type: city, street, amenity, or country. | |
| limit | No | Maximum number of suggestions (default 5, max 5). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |