Fetch as text
fetch_textFetch a URL, strip out boilerplate, and get clean, LLM-ready text for analysis or training, handling up to 3 redirects.
Instructions
Fetch URL, strip boilerplate, return LLM-ready text (<=3 redirects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||