diff --git a/dap-tool-other/src/main/java/io/shinhanlife/dap/mcc/service/WeatherToolService.java b/dap-tool-other/src/main/java/io/shinhanlife/dap/mcc/service/WeatherToolService.java index d25c85e..0bf1930 100644 --- a/dap-tool-other/src/main/java/io/shinhanlife/dap/mcc/service/WeatherToolService.java +++ b/dap-tool-other/src/main/java/io/shinhanlife/dap/mcc/service/WeatherToolService.java @@ -40,8 +40,8 @@ public class WeatherToolService extends AbstractMcpToolService { this.restClient = RestClient.create(); } - @McpFunction(displayName = "날씨 조회 툴", name = "get_current_weather", - description = "특정 도시의 실시간 날씨(기온, 풍속 등)를 오픈 기상 API를 통해 조회합니다.", + @McpFunction(displayName = "날씨 조회 툴", name = "get_weather", + description = "특정 도시의 현재 날씨, 온도, 풍속 정보를 조회합니다.", prompt = "서울 날씨 알려줘, 부산 기온 알려줘 등 실시간 기상 조회", mappingId = "WEATHER_001" )