Fetch page as clean Markdown
fetch_cleanFetch a web page and extract its main article content into clean Markdown with title and byline, stripping all noise for reliable reading.
Instructions
Fetch a web page and return its main article content as clean Markdown plus core metadata (title, byline). Strips navigation, ads, and scripts so an agent can read the page reliably.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page URL to fetch | |
| maxChars | No | Truncate the returned Markdown to this many characters |