search_url
Fetch plain-text content from web pages to extract readable information for analysis and processing.
Instructions
Fetch and return plain-text content from a web page URL. Handles various content types and provides comprehensive error handling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch content from. Must be a valid HTTP/HTTPS URL. | |
| timeout | No | Optional timeout in seconds (default: 10) |