fetch_webpage_text
Extract clean text from any webpage by providing its URL. Specify optional timeout to control request duration.
Instructions
Fetch and extract clean text content from a webpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the webpage to fetch | |
| timeout | No | Request timeout in seconds (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |