PUBLIC TOOL · AUTHENTICATION: NONE

Weather Forecast by Location

Build a directly executable geocoding and forecast workflow for Open-Meteo.

weathergeocodingtravelcurrent conditions

Execute

POST https://casemesh.top/api/tools/weather-forecast/execute
Content-Type: application/json

{"location":"Shanghai","days":3}

Definition

{
  "aliases": [
    "weather",
    "forecast",
    "temperature",
    "天气"
  ],
  "authentication": "none",
  "capabilities": [
    "weather",
    "geocoding",
    "travel",
    "current conditions"
  ],
  "delivery": "instructional",
  "description": "Build a directly executable geocoding and forecast workflow for Open-Meteo.",
  "execute_url": "https://casemesh.top/api/tools/weather-forecast/execute",
  "executor": "agent",
  "input_example": {
    "location": "Shanghai",
    "days": 3
  },
  "kind": "api",
  "name": "Weather Forecast by Location",
  "sources": [
    "https://geocoding-api.open-meteo.com",
    "https://api.open-meteo.com"
  ],
  "tool_id": "weather-forecast",
  "transport": "http"
}