Skip to main content
Glama

star365 Korea Data

weather_now

weather_now
Read-onlyIdempotent

Current nationwide Korean temperature, humidity and wind, plus weather warnings that are IN EFFECT RIGHT NOW. Based on the KMA ultra-short-term observation. These are observations, not a forecast, so it cannot answer about tomorrow. / 기상청 초단기실황 + 현재 발효 중인 특보. 예보가 아니라 관측값입니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already cover the safety profile (readOnly, idempotent, non-destructive, closed-world). The description adds meaningful context beyond them: the data is observational rather than predictive, it includes active weather warnings, and it originates from KMA ultra-short-term observation. It does not discuss refresh cadence or geographic resolution, but that is minor for a parameterless read.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Content is front-loaded: what you get, the source, then the temporal limitation. It is efficient, with only mild redundancy from the bilingual English/Korean duplication.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no input parameters and no output schema, the description carries the burden of conveying what comes back; it lists the returned quantities (temperature, humidity, wind, warnings) and the source. It stops short of explaining the return structure or geographic granularity (nationwide aggregate vs. per-region readings), a minor gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so the schema has nothing to explain and the baseline is 4. There is no input whose semantics require clarification.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific resource (current Korean temperature, humidity, wind, in-effect weather warnings) with clear scope (nationwide, right now) and names the data source (KMA ultra-short-term observation). The explicit contrast with forecasts makes the tool unambiguously distinct from a predictive weather tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives a clear when-to-use (current observed conditions) and an explicit when-not (cannot answer about tomorrow / not a forecast). No sibling alternative is named, but no weather-forecast sibling exists among the listed tools, so the exclusion is effectively complete.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources