Skip to main content
Glama
yukincom

Home Weather MCP

by yukincom

weather_update_location

Destructive

Update an existing weather location without adding a slot: change its place name to resolve new coordinates, rename its alias, replace alternate names, or set it as the default.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasYes
new_aliasNo
place_nameNo
candidate_idNo
country_codeNoJP
make_defaultNo
additional_aliasesNo

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.2/5.0
Behavior4/5

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

Descriptions go beyond the destructiveHint=true annotation by explaining exact mutation semantics: omitted fields remain unchanged, additional_aliases replaces rather than appends, [] removes them, and make_default=true selects the default. It also transparently states that ambiguous geocoding returns candidates without saving and requires retry with candidate_id, which is valuable behavioral context.

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?

Every sentence adds operational value and there is no filler. The description is front-loaded with the core purpose, then systematically explains parameter effects and the ambiguous-geocoding flow in a compact, readable structure.

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?

Given no output schema and seven parameters, the description explains most key behaviors including candidate resolution, alias replacement/removal, and default placement. The only notable omission is country_code, and it does not spell out when to choose this tool over siblings, but overall the operational behavior is well covered.

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

Parameters4/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 burden of explaining parameters. It covers alias, place_name, new_alias, additional_aliases, make_default, and candidate_id with meaningful usage context. However, country_code is entirely unexplained despite having a default value, leaving a small gap.

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?

Description states a specific verb ('Update') and resource ('an existing location'), and explicitly distinguishes this from adding a slot. It names key sub-behaviors (place_name geocoding, aliases, default selection) so an agent can distinguish it from siblings like weather_set_location and weather_remove_location.

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

Usage Guidelines3/5

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

The phrase 'without adding a slot' implies this tool is for modifying an existing location rather than creating one, but it never explicitly says 'use this when the location already exists' or names alternatives such as weather_set_location for creation. The intended use is inferable but not directly stated.

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