fetch_clean_text
Fetch a web page and extract clean, readable text. Specify URL, optional character limit and timeout.
Instructions
Fetch a web page and extract clean readable text.
Args: url: The URL to fetch max_chars: Maximum characters to return (default 10000, max 50000) timeout: Request timeout in seconds (default 15)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |