Skip to main content
Glama
itachiuchihadev

weather-mcp-server

get_weather

Retrieve current weather and a 1-7 day forecast for any city or location, enabling better planning for daily activities.

Instructions

Get the current weather and 1-7 day forecast for a specific location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of forecast days (1-7, default is 3)
locationYesThe name of the city, region, or location (e.g. 'New York', 'Tokyo')
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the core behavior (current weather and forecast range) but omits details such as response format, error handling, or data source. This partial disclosure is adequate but not fully transparent.

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?

The description is a single, focused sentence that immediately communicates the tool's purpose. It is concise, front-loaded, and contains no unnecessary words.

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?

For a simple tool with a well-documented schema, the description covers the essential function and scope. However, the absence of an output schema and lack of mention of return values or edge cases leave minor gaps, though they are not critical for a basic weather lookup.

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 complete descriptions for both parameters, including examples and default values. The tool description adds no new semantic information beyond what the schema already covers, so the 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 states the tool retrieves current weather and a 1-7 day forecast for a specific location, using a clear verb ('get') and a specific resource ('weather'). It unambiguously defines what the tool does without ambiguity.

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?

There are no sibling tools or explicit alternative mentioned, and the description does not state when to use this tool versus others. It implies usage for weather requests but provides no exclusions or prerequisites, leaving the guidance implicit.

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/itachiuchihadev/weather_mcp'

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