geocode
Convert city names or addresses into latitude and longitude coordinates using the Nominatim OpenStreetMap API, returning up to a specified number of matches.
Instructions
도시 이름이나 주소를 입력하면 Nominatim OpenStreetMap API를 통해 위도와 경도 좌표를 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 반환할 최대 결과 수 (기본값: 3, 최대: 10) | |
| query | Yes | 좌표를 조회할 도시 이름 또는 주소 (예: 서울, Tokyo, Paris, 1600 Pennsylvania Ave Washington DC) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 위도/경도 좌표 결과 |