fetch_txt
Extract plain text content from websites by fetching URLs and converting HTML to readable text with configurable length and starting point.
Instructions
Fetch a website, convert the content to plain text (no HTML)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the website to fetch | |
| headers | No | Optional headers to include in the request | |
| max_length | No | Maximum number of characters to return (default: 5000) | |
| start_index | No | Start content from this character index (default: 0) |