Http Fetch
http_fetchFetch a web page and extract its main text content. Useful for reading articles, documentation, and web resources. Returns cleaned text, not raw HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch (http or https only) | |
| max_chars | No | Maximum characters of extracted content to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| title | Yes | ||
| content | Yes | ||
| truncated | Yes | ||
| content_length | Yes |