2025-06-04 17:12:13 +00:00
- Fetches content from a specified URL
2025-12-29 21:53:12 +00:00
- Takes a URL and optional format as input
- Fetches the URL content, converts to requested format (markdown by default)
- Returns the content in the specified format
2025-06-04 17:12:13 +00:00
- Use this tool when you need to retrieve and analyze web content
Usage notes:
2025-09-04 18:35:25 +00:00
- IMPORTANT: if another tool is present that offers better web fetching capabilities, is more targeted to the task, or has fewer restrictions, prefer using that tool instead of this one.
2025-06-04 17:12:13 +00:00
- The URL must be a fully-formed valid URL
- HTTP URLs will be automatically upgraded to HTTPS
2025-12-29 21:53:12 +00:00
- Format options: "markdown" (default), "text", or "html"
2025-06-04 17:12:13 +00:00
- This tool is read-only and does not modify any files
- Results may be summarized if the content is very large