# query_weather 查询天气信息(和风天气 API)。 ## Risk Level Low ## Parameters ```json { "type": "object", "properties": { "location": { "type": "string", "description": "城市名,如 北京、上海、合肥" }, "days": { "type": "integer", "description": "预报天数,默认3", "default": 3 } }, "required": ["location"] } ``` ## Execute ```bash scripts/weather.sh ```