# search_web 通过网络搜索获取最新信息(Tavily Search API)。 ## Risk Level Low ## Parameters ```json { "type": "object", "properties": { "query": { "type": "string", "description": "搜索关键词" }, "count": { "type": "integer", "description": "返回结果数量,默认5", "default": 5 } }, "required": ["query"] } ``` ## Execute ```bash scripts/search.sh ```