get_forecast
Retrieve weather forecasts for specific locations using latitude and longitude coordinates. Designed for easy integration with AI agents and LLMs via the MCP Weather Server.
Instructions
Get weather forecast for a location. Args: latitude: Latitude of the location longitude: Longitude of the location
Input Schema
Name | Required | Description | Default |
---|---|---|---|
latitude | Yes | ||
longitude | Yes |