access_site
Fetch web page content from any URL, follow redirects, and extract plain text for analysis.
Instructions
Fetch the contents of a URL, following redirects, and return as plain text.
Args: url: The URL to fetch
Returns: JSON with the page content and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |