15 lines
435 B
YAML
15 lines
435 B
YAML
name: weather_forecast
|
|
desc: 查询指定城市未来7天的每日天气预报(白天/夜间天气、最高/最低温度)。用于"明天天气""这周天气"等问题
|
|
type: http
|
|
tool: weather
|
|
command: forecast
|
|
path: /target/release/weather
|
|
risk_level: low
|
|
timeout_secs: 10
|
|
env:
|
|
- QWEATHER_KEY
|
|
params:
|
|
- name: location
|
|
required: true
|
|
desc: 城市名称,如"北京"、"上海"、"合肥"。支持地级市和县级市
|