Skip to main content
Glama
yukincom

Home Weather MCP

by yukincom

weather_get

Read-only

Fetch fresh weather for a registered primary or alternate location. Get current conditions, today's/tomorrow's forecast, rain intervals, and umbrella advice.

Instructions

Fetch fresh weather for a registered primary or alternate name.

Omit alias to use the default (initially Tokyo). target: current, today, or tomorrow. Forecasts include temperature_range: value_c, threshold_c, is_large (>= threshold), and basis=daily_max_minus_min. Missing/invalid temperatures yield null value and flag. Includes rain intervals and temperature/umbrella advice. Today's rain covers the remaining hours. include_hourly=true adds hourly values. Units: Celsius, m/s, mm; timestamps use the location timezone. No weather storage, cache or scheduling. language=en|ja overrides the server default. Both summary_en and summary_ja are included for forecasts; summary and weather labels use the selected language.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasNo
targetNotoday
languageNo
include_hourlyNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that no storage, cache, or scheduling occurs, how missing/invalid temperatures are represented, which units are used, and that timestamps follow the location timezone. This gives the agent meaningful expectations about side effects and output 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?

The description is dense but every sentence adds operational value: defaults, target options, output semantics, units, and side-effect disclaimers. It is front-loaded with the core purpose and then layers useful details without redundancy.

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

Completeness5/5

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

With no output schema and no required parameters, the description compensates thoroughly by covering output components, units, null behavior, language behavior, and absence of caching/storage. The agent has enough context to call the tool correctly and interpret results safely.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden, and it explains all four parameters: alias default behavior, target enum values, include_hourly effect, and language override. It adds practical semantic detail well beyond the bare schema, such as 'initially Tokyo' and that summary labels follow the selected language.

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 opens with a clear verb and resource: "Fetch fresh weather for a registered primary or alternate name." It also clarifies that there are target variants (current, today, tomorrow) and distinguishes the tool as one for registered locations, which separates it from the search/list/manage siblings.

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 clearly indicates this tool is for registered primary or alternate names, with alias fallback behavior. It implies that unregistered locations require the sibling tools (weather_search_places or weather_set_location), but it does not explicitly state those alternatives or when-not-to-use conditions.

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

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/yukincom/home-weather-mcp'

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