web_search
Search the web to find current information such as documentation, error solutions, library versions, and news. Returns ranked results with titles, URLs, and snippets for further verification.
Instructions
Search the web for current information and return a compact ranked list of {title, url, snippet} to then fetch/verify with the web or browser tools. Use for finding docs, error messages, library/version facts, or current events — anything outside the indexed repo. Provider is configured via ch config search (Tavily/Brave free keys, or keyless DuckDuckGo fallback). Does not crawl; it finds the URLs to look at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Max results (default 5) | |
| query | Yes | Search query | |
| provider | No | Override provider for this call: tavily | brave | duckduckgo |