get_current_weather
Fetch current weather observations from the KMA for a location. Get temperature, humidity, precipitation type, wind direction/speed, and 1-hour rainfall.
Instructions
지금 관측된 날씨를 조회한다 (기상청 초단기실황).
기온·습도·강수형태·풍향·풍속·1시간 강수량을 돌려준다.
Args: location: 지역명 (예: 서울, 인천, 부산). 생략하면 기본 지역. '위도,경도' 형식도 받는다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||