brave_search_summary
Search the web using Brave Search to find and summarize relevant information for any query.
Instructions
使用Brave搜索引擎搜索网络信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}