Skip to main content
Glama

Japan Weather Forecast

weather_forecast
Read-onlyIdempotent

Get 3-day Japan Meteorological Agency forecast including temperature and rain probability for a city. Use to adjust travel plans based on short-range weather affecting sakura, rain risk, or packing advice.

Instructions

Use this when short-range weather could change the recommendation, especially for sakura petal fall, rain risk, or packing advice. Returns the next 3 days of Japan Meteorological Agency forecast text, temperatures, and 6-hour rain probabilities for one supported city. Do not use this for seasonal bloom timing months in advance; use the sakura or koyo forecast tools for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesSupported city name such as 'Tokyo', 'Kyoto', 'Osaka', or 'Sapporo'. Partial case-insensitive matching is accepted. Full supported list: Sapporo, Hakodate, Asahikawa, Kushiro, Obihiro, Aomori, Morioka, Sendai, Akita, Yamagata, Fukushima, Mito, Utsunomiya, Maebashi, Saitama, Chiba, Tokyo, Yokohama, Niigata, Toyama, Kanazawa, Fukui, Kofu, Nagano, Gifu, Shizuoka, Nagoya, Tsu, Otsu, Kyoto, Osaka, Kobe, Nara, Wakayama, Tottori, Matsue, Okayama, Hiroshima, Shimonoseki, Tokushima, Takamatsu, Matsuyama, Kochi, Fukuoka, Saga, Nagasaki, Kumamoto, Oita, Miyazaki, Kagoshima, Naha
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, indicating safe, idempotent operation. The description adds context: it returns forecast text, temperatures, and rain probabilities, and specifies the data source (Japan Meteorological Agency). It could mention potential error conditions or rate limits, but it is sufficiently transparent given the annotations.

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?

Three sentences, each serving a purpose: usage context, what it returns, and what not to use it for. No redundant or filler content. Front-loaded with the most important usage guidance.

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?

For a simple tool with one parameter and no output schema, the description fully explains the return data (forecast text, temps, rain probabilities) and time range (next 3 days). It also provides usage context and limitations. No gaps given the tool's complexity.

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 provides 100% coverage with a detailed description of the 'city' parameter including the full list of supported cities and partial case-insensitive matching. The description does not add significant new information beyond what is in the schema, but it does reinforce that it is for one supported city. Baseline score of 3 is appropriate.

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 it returns short-range weather forecast data (next 3 days) including JMA forecast text, temperatures, and rain probabilities for a supported city. It also distinguishes itself from seasonal bloom tools by specifying that it is not for sakura or koyo forecasts.

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

Usage Guidelines5/5

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

Explicitly tells when to use (when short-range weather could affect recommendations) and when not to use (for seasonal bloom timing months in advance), and names the alternative tools (sakura or koyo forecast tools). This provides clear guidance for selection.

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/haomingkoo/japan-seasons-mcp'

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