@@ -1,4 +1,4 @@
-Fetches raw content from URL and returns it in specified format without any AI processing.
+Fetch raw content from a URL as text, markdown, or html (max 5MB); no AI processing. For analysis or extraction use agentic_fetch.
<when_to_use>
Use this tool when you need:
@@ -1,4 +1,4 @@
-Fetches content from a web URL (for use by sub-agents).
+Fetch a web URL and return content as markdown; for use inside sub-agents. Large pages (>50KB) are saved to a temp file for grep/view.
<usage>
- Provide a URL to fetch
@@ -1,4 +1,4 @@
-Searches the web using DuckDuckGo and returns search results.
+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