fetch_page_content
Fetch and clean a web page's main content, using a configurable maximum length to extract focused text.
Instructions
Fetch and clean the main content of a web page, with a configurable content length limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to fetch | |
| maxContentLength | No | Maximum length of content to extract (default: 50000 characters) |