get-weather-forecast
Retrieve detailed weather forecasts for up to 5 days by specifying location and preferred units (Celsius, Fahrenheit, or Kelvin) using OpenWeatherMap MCP Server.
Instructions
Get weather forecast for up to 5 days
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No | Number of days to forecast (1-5, default: 5) | |
location | Yes | City name (e.g., 'New York') or coordinates (e.g., 'lat,lon') | |
units | No | Temperature units: metric (Celsius), imperial (Fahrenheit), or standard (Kelvin) |