search_brave_with_summary
Search the web using Brave Search API to find information and generate concise summaries for quick understanding of search results.
Instructions
Search the web using Brave Search API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}