Skip to main content
Glama

Japanese Weather MCP Server

get_weather_by_city_name

Retrieve weather forecasts for popular Japanese cities by specifying the city name, providing accurate and relevant climate data.

Instructions

Get weather forecast for common Japanese cities by name

Input Schema

NameRequiredDescriptionDefault
cityNameYesName of the Japanese city

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cityName": { "description": "Name of the Japanese city", "enum": [ "TOKYO", "OSAKA", "KYOTO", "FUKUOKA", "SAPPORO", "NAGOYA", "YOKOHAMA", "KOBE", "KAWASAKI", "HIROSHIMA" ], "type": "string" } }, "required": [ "cityName" ], "type": "object" }
Install Server

Other Tools from Japanese Weather MCP Server

Related Tools

    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/kongyo2/Japanese-Weather-MCP'

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