Back to Crush

Web Search

internal/agent/tools/web_search.md

0.65.3702 B
Original Source

Search the web via DuckDuckGo; returns titles, URLs, and snippets. Follow up with web_fetch to get full page content.

<usage> - Provide a search query to find information on the web - Returns a list of search results with titles, URLs, and snippets - Use this to find relevant web pages, then use web_fetch to get full content </usage> <parameters> - query: The search query string (required) - max_results: Maximum number of results to return (default: 10, max: 20) </parameters> <tips> - Use specific, targeted search queries for better results - After getting results, use web_fetch to get the full content of relevant pages - Combine multiple searches to gather comprehensive information </tips>