geocode
Converts a city name or address into latitude and longitude coordinates using the Nominatim OpenStreetMap API.
Instructions
도시 이름이나 주소를 입력받아 위도와 경도 좌표를 반환합니다. (Nominatim OpenStreetMap API 사용)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 검색할 도시명 또는 주소 (예: Seoul, 서울, 1600 Pennsylvania Ave NW Washington DC) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 위도/경도 결과 |