read_url
Read any URL and extract clean article text by stripping navigation and ads. Returns page title and up to 8000 characters of main content, with retry and cache fallback.
Instructions
Read and extract clean text content from a URL.
Fetches the page, strips navigation/scripts/ads, and returns the main article or body text. Useful for reading a specific source in detail before or after running research().
Returns the page title, URL, and up to 8000 characters of clean text. Handles retries, anti-bot protection, and Google Cache fallback.
Args: url: The full URL to read (e.g. "https://www.reuters.com/article/...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |