web.rich
Retrieve detailed web search results using Brave Search API by enabling rich callback functionality to fetch comprehensive data for specific queries.
Instructions
Brave Rich Search via callback flow. First enables rich callback, then fetches rich data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
q | Yes |
Input Schema (JSON Schema)
{
"properties": {
"q": {
"minLength": 1,
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
}