get_weather_by_position
Obtain current, hourly, and daily weather for any location by latitude and longitude, using multiple providers with graceful fallback.
Instructions
通过经纬度获取综合天气(当前 + 小时预报 + 日预报)。
Weather data is aggregated from multiple providers with graceful fallback — open-meteo is always available without an API key.
Args: lat: 纬度 lon: 经度 provider: provider 模式,可选 all/qweather/open-meteo/wttr。
Returns: Dict,包含 keys: "data", "_meta"(成功时)或 "error", "_meta"(失败时)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| provider | No | all |