Import a real street from an address
import_street_from_osmImport a real street cross-section layout from OpenStreetMap by providing a complete address. Disambiguates multiple matches with candidate selection and re-rendering.
Instructions
Render a real street cross-section by reading its layout from OpenStreetMap. Requires a COMPLETE address: street, house number, city, postcode, and country. If the user hasn't provided all of these, or the address is unclear, ASK them for the missing parts before calling. If several places match, the tool returns lettered candidates (A, B, C…); show them to the user, then call again with the chosen candidate's lat and lng.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude — provide ONLY when re-rendering a disambiguation candidate the user picked; skips geocoding | |
| lng | No | Longitude — provide together with lat | |
| city | Yes | City (required) | |
| style | No | ||
| street | Yes | Street name (required) | |
| country | Yes | Country name or code (required) | |
| postcode | Yes | Postal / ZIP code (required) | |
| houseNumber | Yes | House number (required) |