From d4cf8a0242f48e9c68f1c57658f1189da1190a85 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 9 Apr 2026 12:21:03 -0400 Subject: [PATCH] chore(tools/fetch,web_fetch,web_search): improve tool descriptions --- internal/agent/tools/fetch.md | 2 +- internal/agent/tools/web_fetch.md | 2 +- internal/agent/tools/web_search.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/agent/tools/fetch.md b/internal/agent/tools/fetch.md index af96a0367d8cadceec8db34e791e3a5d9608d8e0..1dabf06bfe847ec92295f0bf054902b78c08fb40 100644 --- a/internal/agent/tools/fetch.md +++ b/internal/agent/tools/fetch.md @@ -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. Use this tool when you need: diff --git a/internal/agent/tools/web_fetch.md b/internal/agent/tools/web_fetch.md index d39d01578f1eaef4f76bc4198b47522f05982a22..470722286d80d26c0bccc3f04e5b0133fb391ec7 100644 --- a/internal/agent/tools/web_fetch.md +++ b/internal/agent/tools/web_fetch.md @@ -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. - Provide a URL to fetch diff --git a/internal/agent/tools/web_search.md b/internal/agent/tools/web_search.md index e00a106114cbfd99fafa4c0e84e3da4d8d4d7d3a..3dd8f736ec41d2e6dd648a4affc275c006bb9173 100644 --- a/internal/agent/tools/web_search.md +++ b/internal/agent/tools/web_search.md @@ -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. - Provide a search query to find information on the web