Skip to main content
Glama

get_weather

Retrieves current weather and up to 7-day forecast for any global coordinates, including temperature, humidity, precipitation, wind speed, and direction.

Instructions

Current weather and up to a 7-day forecast for any coordinates worldwide: temperature, feels-like, humidity, precipitation, wind speed/gusts/direction now, plus daily highs, lows and precipitation probability. Model forecast, not a station reading — the response says so. Use the geocode tool first if you have a place name rather than coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude, -90..90.
lonYesLongitude, -180..180.
daysNoForecast days, 1..7. Default 3.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

The description discloses that the data is a model forecast and not a station reading, and notes that the response will indicate this. It does not mention side effects or read-only nature, but for a simple 'get' tool this is adequate. Since no annotations are provided, the description carries the burden and covers the most important behavioral aspect.

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 two concise sentences with no redundancy or fluff. It efficiently conveys the core purpose, output contents, a clarifying note, and usage guidance without unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although there is no output schema, the description explicitly lists the output fields (temperature, feels-like, humidity, precipitation, wind speed/gusts, daily highs/lows, precipitation probability). This gives a comprehensive understanding of what to expect, and the geocode note provides necessary context for input handling.

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 already provides full descriptions for lat, lon, and days (coverage 100%). The tool description repeats these descriptions without adding extra meaning such as units or default behavior beyond what the schema already states, 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 clearly states the tool provides current weather and a 7-day forecast for coordinates, and explicitly distinguishes it from station readings and directs users to geocode for place names. This leaves no ambiguity about the tool's purpose.

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

Usage Guidelines5/5

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

The description explicitly instructs to use the geocode tool first when a place name is provided instead of coordinates, providing clear when-to-use and when-not-to-use guidance. No other weather siblings exist, so no alternative is needed.

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/donnywin85/dex-data-mcp'

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