get_weather
Retrieve current weather for any city. Uses cached data for major cities and live web search with AI extraction for others.
Instructions
Get the current weather for a city.
Checks a local cache first. On a cache miss performs a live web search via Serper and formats the result with DeepSeek V4 Pro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |