Brave Search
brave_summarizer
Retrieves AI-generated summaries of web search results. Two-step flow: first call `brave_web_search` with `summary=true` to obtain `summarizer.key`, then pass it here. Pro AI tier required.
Remote brave
Other tools also called brave_summarizer?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "Summarizer key returned by a prior `brave_web_search` with `summary=true`."
},
"entity_info": {
"type": "boolean",
"description": "Whether to include extra entity-info fields with citation metadata."
}
}
}