Skip to main content
Glama
yukincom

Home Weather MCP

by yukincom

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
weather_list_locationsA

List up to three locations, their primary/alternate names, coordinates, and default status.

weather_search_placesA

Search a real place name for geographic candidates without changing settings.

Use country_code (JP by default) for the country. Check administrative regions when names are ambiguous. Japanese ward names use GSI as a fallback.

weather_set_locationA

Add a location requested by the user. Only location settings are persisted.

Example: alias=Office, place_name=Osaka, Japan, country_code=JP. At most three locations. additional_aliases supplies alternate names. make_default=true selects this location when alias is omitted in weather_get. Multiple geocoding matches are returned without saving; pass a selected candidate_id as a string. Use weather_update_location to modify an existing location.

weather_update_locationA

Update an existing location without adding a slot.

alias identifies the location using any current name. Changing place_name resolves new coordinates. new_alias renames the primary alias. additional_aliases replaces the alternate names; [] removes them. Omitted fields remain unchanged. make_default=true selects this place as the default. Ambiguous geocoding returns candidates without saving. Retry with the selected candidate_id as a string.

weather_remove_locationA

Remove a location as requested. Removing the default selects the first remaining location.

weather_getA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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