Skip to main content
Glama

weather

Get current weather conditions and a 7-day forecast for any location worldwide. Input a city name or coordinates to receive temperature, humidity, wind, precipitation, and forecast highs/lows.

Instructions

Current weather conditions and 7-day daily forecast for any location worldwide. Input a city name, coordinates, or address. Returns temperature (°C), humidity, wind speed, precipitation, weather code, and a forecast with high/low temps and precipitation totals. Free upstream: Open-Meteo (no API key, no rate limits). Useful for DeFi agents tracking energy markets (cold → heating demand → gas prices), agricultural commodity prediction markets, or natural disaster risk assessment for on-chain insurance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationNoCity name, region, or address (e.g. 'New York', 'London UK', 'Tokyo'). Use this OR latitude/longitude.
latitudeNoLatitude in decimal degrees (-90 to 90). Use with longitude instead of location name.
longitudeNoLongitude in decimal degrees (-180 to 180). Use with latitude instead of location name.
forecast_daysNoNumber of forecast days (1–16). Default 7.
Behavior4/5

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

With no annotations, the description explains the tool is free, has no API key requirements, and no rate limits. It also specifies the return fields. Minor omission: no mention of error handling or data freshness, but overall clear for a read-only tool.

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?

Two sentences: first covers functionality and output, second adds free info and use cases. No unnecessary words, front-loaded with core purpose.

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, the description lists return fields. It also provides usage context. Lacks error handling details, but for a simple tool this is sufficient.

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?

Schema description coverage is 100%, so the description adds little beyond the schema. It mentions 'city name, coordinates, or address' but does not elaborate on forecast_days or provide examples. Adequate baseline score.

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 returns current weather and a 7-day forecast for any location, and lists specific data fields (temperature, humidity, wind, etc.). It distinguishes from siblings like weather-alerts and weather-history by focusing on current and forecast data.

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

Usage Guidelines4/5

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

The description provides specific use cases in DeFi and prediction markets, giving context for when to use. However, it does not explicitly mention when not to use or compare with alternative tools.

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/thebrierfox/the-stall'

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