What problem does it solve?
This Skill provides concise operational guidance for invoking Brave Search MCP tools to retrieve targeted web, news, image, video, and local search results and to summarize or paginate results, helping agents choose Brave only when the Brave Search MCP is available and appropriate and avoid using it for generic lookups better served by other tools. It clarifies required parameters, safe search settings, and how to obtain and use the BRAVE_API_KEY.
Core Features & Use Cases
- Tool selection guidance: When to call brave_web_search, brave_news_search, brave_image_search, brave_video_search, brave_local_search, and when to follow with brave_summarizer.
- Search operators and query tuning: Use operators like site:, ext:, intitle:, lang:, AND/OR/NOT and combine them with freshness, count, safesearch, country, result_filter, and goggles for custom ranking.
- Summarization and pagination: Request summaries by setting summary=true on brave_web_search then call brave_summarizer with the returned key; check has_more and use offset for pagination.
- Response shape and fields: Results include title, URL, description, published date, thumbnail, structured data (products, recipes, articles, ratings, FAQs), and a has_more flag for additional pages.
- Use cases: Finding recent announcements and tutorials, extracting documentation pages from a specific domain, sourcing images or videos for content, and locating businesses or places via local search.
Quick Start
Perform a focused web search for React server components using brave_web_search with freshness set to pm and count 5 and then summarize the top result with brave_summarizer.