Smithery

get_weather_forecast

Get multi-day weather forecast for a location in the United States. Perfect for 'What's the forecast for [US location]?' questions. Provides detailed day/night forecasts for up to 7 days.

Remote smithery-ai/national-weather-service

Other tools also called get_weather_forecast? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "days": {
      "type": "number",
      "default": 7,
      "description": "Number of days to forecast (1-7, default 7). Each day includes both day and night periods."
    },
    "location": {
      "type": "string",
      "description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City. Must be within US boundaries including states, territories (PR, VI, AS, GU, MP), and coastal waters."
    }
  }
}