web_fetch
Fetch any URL to retrieve its page content, with an option to extract the main article for distraction-free text.
Instructions
Fetch a URL and return its content, optionally extracting the main article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| extract | No | ||
| max_chars | No | ||
| bypass_cache | No | ||
| output_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |