fetch_page
Extract clean text from any URL, stripping HTML clutter. Optionally retrieve only the article content, with results cached daily for efficient research.
Instructions
Текст страницы без HTML-мусора (статьи, доки, README). Кэш на сутки. article_only=True — текст статьи (Trafilatura), fallback — весь body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | ||
| article_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |