Python MCP Korea Weather Service

get_grid_location

Retrieve grid coordinates (nx, ny) for specific locations in Korea by inputting city, district, and neighborhood details. Essential for accurate API calls to the Korea Meteorological Administration.

Instructions

한국 기상청 API에 사용되는 격자 좌표(nx, ny)를 조회합니다. 사용자가 입력한 시/도, 구/군, 동/읍/면 정보를 바탕으로 해당 지역의 기상청 격자 좌표를 데이터베이스에서 검색하여 반환합니다. 이 도구는 기상청 API 호출에 필요한 정확한 좌표값을 얻기 위해 필수적으로 사용됩니다.

Input Schema

NameRequiredDescriptionDefault
cityYes
dongYes
guYes

Input Schema (JSON Schema)

{ "properties": { "city": { "title": "City", "type": "string" }, "dong": { "title": "Dong", "type": "string" }, "gu": { "title": "Gu", "type": "string" } }, "required": [ "city", "gu", "dong" ], "title": "get_grid_locationArguments", "type": "object" }

You must be authenticated.

Other Tools from Python MCP Korea Weather Service

Related Tools

ID: mnve9iamp0