Skip to main content
Glama
KALYN100

my-mcp-server

by KALYN100

get-weather

Retrieves current weather and daily forecasts for any location using latitude and longitude coordinates. Powered by Open-Meteo data.

Instructions

위도와 경도 좌표로 해당 지역의 현재 날씨와 일별 예보를 반환합니다. 좌표는 geocode 도구로 먼저 조회할 수 있습니다. 데이터 출처: Open-Meteo (CC BY 4.0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYes위도 (-90 ~ 90)
longitudeYes경도 (-180 ~ 180)
forecastDaysNo예보 일수 (1~16, 기본값: 3)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
currentYes현재 날씨
forecastYes일별 예보
locationYes날씨를 조회한 지점 정보
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only mentions data source (Open-Meteo) but does not address rate limits, data freshness, authentication, or error behavior.

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

Conciseness5/5

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

Two sentences efficiently convey the purpose and a related tool. No unnecessary words.

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?

Given the tool has an output schema and 3 parameters with full schema descriptions, the description adequately covers purpose and data source. Lack of behavioral transparency reduces completeness slightly.

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

Parameters3/5

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

The input schema has 100% description coverage, so baseline 3 is appropriate. The description does not add additional semantic information beyond what the schema already provides for the forecastDays parameter.

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?

The description clearly states the tool returns current weather and daily forecast given latitude and longitude. It distinguishes itself from siblings like geocode by mentioning that coordinates can be looked up with geocode.

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?

The description provides context that coordinates can be obtained via geocode tool. While it doesn't explicitly list when not to use, the intended use case is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KALYN100/my-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server