fetch
Access any web URL to extract the main text content, automatically removing navigation, ads, and clutter for clean, readable output.
Instructions
Fetch a URL and return its cleaned main text content.
Args:
url: An http:// or https:// URL.
Returns:
Dict with `url`, `final_url`, `content_type`, `text`, `byte_count`,
and on error an `error` field with a stable string code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||