Skip to main content
Glama
yukincom

Home Weather MCP

by yukincom

weather_remove_location

Destructive

Remove a saved weather location by alias to keep your list current. If the default is removed, the first remaining location becomes the new default.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasYes

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already mark this as destructive, and the description adds valuable behavior beyond that: removing the default location automatically selects the first remaining one. This gives the agent useful context about a non-obvious side effect without contradicting 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no unnecessary complexity. The second sentence about the default location behavior is valuable. Minor filler like 'as requested' is the only slight inefficiency.

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 the tool's simplicity, one required parameter, and the destructive annotation, the description covers the core action and the important default-location edge case. It does not mention behavior for invalid aliases or outputs, but those are not essential for this straightforward removal tool.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain the 'alias' parameter or how it identifies the location to remove. The description adds no meaning beyond the schema's minimal 'Alias' title, so it fails to compensate for the low schema coverage.

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 states a clear verb ('Remove') and resource ('location'), which distinguishes this tool from siblings like weather_set_location, weather_update_location, and weather_list_locations. The meaning is unambiguous.

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 description implies the tool is for removing a location and provides one relevant edge-case rule about removing the default. However, it does not explicitly contrast with alternatives or state when not to use it, so the usage guidance is only implied rather than explicit.

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