fetch_url
Retrieve the text content from any web page by stripping HTML tags, providing clean, readable output.
Instructions
Fetch a URL and return its text content (HTML tags stripped).
Args: url: Full URL to fetch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |