get_weather_details
Fetch real-time weather information for any city, returned as structured JSON. Optionally includes next 24 hours forecast for programmatic use.
Instructions
Get detailed weather information for a specified city as structured JSON data. This tool provides raw weather data for programmatic analysis and processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function. | |
| include_forecast | No | Whether to include forecast data (next 24 hours) |