You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).

weather

Inactive

Tool of The Stall

declared in 4.97.1

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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "latitude": {
      "type": "number",
      "description": "Latitude in decimal degrees (-90 to 90). Use with longitude instead of location name."
    },
    "location": {
      "type": "string",
      "description": "City name, region, or address (e.g. 'New York', 'London UK', 'Tokyo'). Use this OR latitude/longitude."
    },
    "longitude": {
      "type": "number",
      "description": "Longitude in decimal degrees (-180 to 180). Use with latitude instead of location name."
    },
    "forecast_days": {
      "type": "integer",
      "description": "Number of forecast days (1–16). Default 7."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →