Skip to main content
Glama
fortae84

typescript-mcp-server

by fortae84

get-weather

Retrieves current weather and daily forecasts for a given latitude and longitude using the Open-Meteo API, with configurable forecast days.

Instructions

위도/경도 좌표와 예보 기간을 입력받아 Open-Meteo API를 통해 현재 날씨와 일별 예보를 반환합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYes위치의 위도 (-90 ~ 90)
longitudeYes위치의 경도 (-180 ~ 180)
forecast_daysNo예보 기간 (일, 1~16, 기본값: 7)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYes현재 날씨 및 예보 정보
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It mentions the use of the Open-Meteo API and the dual output (current + daily), but does not disclose potential limitations like data freshness, error behavior, or rate limits. For a read-only weather tool, this is adequate but not rich.

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?

The description is a single, compact sentence that is front-loaded with the core function. Every word adds value with no redundancy or filler.

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?

The tool is simple and the description covers the essential purpose. Since an output schema exists, the need to describe return values is reduced. It doesn't mention edge cases or prerequisites, but the complexity is low, making the description reasonably complete.

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 schema covers 100% of parameters with individual descriptions, so the description adds little beyond confirming the role of the forecast period as the forecast duration. Baseline of 3 is appropriate since the schema does the heavy lifting.

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 identifies the tool as a weather data retriever using latitude/longitude and forecast period, specifying it returns both current conditions and daily forecasts. This distinguishes it from sibling tools like geocode or time.

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 implies the intended use case: obtaining weather for a given location and forecast range. It doesn't explicitly state when not to use it or mention alternatives, but there are no competing weather tools among the siblings, so the context 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/fortae84/my-mcp-server'

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