Skip to main content
Glama
ohhan777

korea_weather

by ohhan777

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KOREA_WEATHER_API_KEYYesAPI key for Korea Weather MCP server, obtained from data.go.kr

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_nowcast_observationB

특정 좌표의 현재 관측 날씨를 조회합니다.

get_nowcast_forecastA

특정 좌표의 초단기(6시간) 예보를 조회합니다.

get_short_term_forecastB

특정 좌표의 단기(3~5일) 예보를 조회합니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct temporal scope: current observation, 6-hour nowcast, and 3-5 day forecast. No overlap in purpose.

Naming Consistency5/5

All tool names follow the get_ prefix with descriptive qualifiers and nouns, using snake_case consistently. The naming pattern is uniform and predictable.

Tool Count5/5

With only 3 tools, the server is tightly scoped to its purpose of providing weather data. Each tool covers a necessary aspect, and the count falls within the ideal 3-15 range.

Completeness4/5

The core weather data needs are covered: current conditions, short-term nowcast, and multi-day forecast. Minor gaps like long-range forecasts or alerts exist, but the primary use case is well-served.