Skip to main content
Glama
slettmayer

geosphere-mcp-server

by slettmayer

get_hourly_forecast

Retrieve an hour-by-hour weather forecast for a given latitude and longitude, with optional start time and forecast duration. Uses high-resolution data for Austria and the Alpine region.

Instructions

Get an hour-by-hour weather forecast for a location.

High-resolution GeoSphere AROME data (up to ~60 h, with C-LAEF
precipitation probability). Serves Austria and the Alpine region only; a
point outside that grid returns an out-of-coverage notice.

Args:
    latitude: Decimal latitude (e.g. 48.2208 for Vienna). Geocode city
        names to coordinates yourself.
    longitude: Decimal longitude (e.g. 16.3738 for Vienna).
    hours: Number of forecast hours (default 24, clamped to 1–60).
    start: Optional ISO 8601 start time (e.g. "2026-07-22T15:00"); the
        forecast begins at/after this instant instead of now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNo
startNo
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 carries the full burden. It discloses key behaviors: the data source (AROME/C-LAEF), forecast horizon (up to ~60 h), hours clamping (1–60), and the start parameter semantics ('begins at/after this instant'). It also warns about out-of-coverage responses. It doesn't mention auth, rate limits, or side effects, but for a read-only forecast tool these are less critical; the provided behavioral details exceed what a title/schema alone would offer.

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 well-structured: a one-sentence purpose, a brief context sentence with data source and coverage, a note on out-of-coverage behavior, and a clearly separated Args section. It is concise enough for a 4-parameter tool, and every sentence contributes either purpose, constraints, or parameter semantics. No filler or redundancy.

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?

The tool is moderately complex with 4 parameters and an output schema. The description covers all necessary aspects: what it does, where it works, parameter details, and edge-case behavior (out-of-coverage). Since an output schema exists, the description doesn't need to explain return values. The coverage is complete for an agent to select and invoke it correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully explain parameters. It does: latitude/longitude with a concrete example, hours with default and clamp range, and start with an ISO 8601 example and behavior ('forecast begins at/after this instant'). Every parameter in the schema is accounted for, and the description adds meaningful constraints and formats beyond the bare type definitions.

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 opens with a specific verb+resource: 'Get an hour-by-hour weather forecast for a location.' This clearly distinguishes it from sibling tools like get_current_weather (current conditions) and get_storm_outlook (storm alerts). The mention of 'hour-by-hour' and 'forecast' makes the tool's unique scope obvious.

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 states clear usage context: it serves Austria and the Alpine region only, and explicitly notes that a point outside the grid returns an out-of-coverage notice. It also instructs the agent to geocode city names to coordinates itself, implying a prerequisite. It does not name alternative tools explicitly, but the geographic constraint and hour-by-hour nature create clear usage boundaries.

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/slettmayer/geosphere-mcp-server'

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