Skip to main content
Glama
VenkatAdena

Global Weather MCP Server

by VenkatAdena

get_forecast_global

Get a 5-day weather forecast for any global location. Enter latitude and longitude to receive accurate data without an API key.

Instructions

Get weather forecast for any location worldwide including India.

Uses the Open-Meteo API (free, no API key required).

Args: latitude: Latitude of the location (e.g. 28.6139 for New Delhi) longitude: Longitude of the location (e.g. 77.2090 for New Delhi)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description discloses that the tool uses a free API requiring no authentication, which is positive. However, it does not mention rate limits, error handling for invalid coordinates, or response structure. Still, it provides useful 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?

The description is extremely concise: two short paragraphs with no unnecessary words. It front-loads the purpose and includes essential usage notes. Every sentence is earned.

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 low complexity (2 params, no nested objects) and the presence of an output schema, the description is fairly complete. It explains the API source and coordinate examples. Minor gaps like timezone or units are acceptable for a simple forecast tool.

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?

The input schema has 0% description coverage, so the description's 'Args' section adds value by providing example values (e.g., 28.6139 for New Delhi). This compensates for the lack of schema descriptions and clarifies the coordinate format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get weather forecast for any location worldwide including India', which specifies the verb and resource. The name 'get_forecast_global' and the sibling 'get_forecast' hint at a regional distinction, but the description does not explicitly differentiate usage, so it's not a 5.

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 mentions it uses the free Open-Meteo API with no API key, but does not provide explicit when-to-use or when-not-to-use guidance relative to siblings. This is minimal but adequate.

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/VenkatAdena/Weather-MCP'

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