fetch_url
Fetches and extracts readable text content from any URL, including JavaScript-rendered pages like SAP Help Portal and SAP Community blogs. Returns the content in plain text for direct reading.
Instructions
Fetches and extracts readable content from a URL. Works with JavaScript-rendered pages (SPAs) like SAP Help Portal, SAP Community blogs, SAP Notes, or any web page. Returns the extracted text content. Use when you need to read the actual content of a specific URL (not search). Requires TAVILY_API_KEY in .env.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch and extract readable content from (e.g. 'https://help.sap.com/docs/...'). Works with JavaScript-rendered pages (SPAs) like SAP Help Portal. |