fetch_url
Retrieve a web page's main content as markdown for reading and analysis. Handles ordinary pages and articles; use render_page for JavaScript-heavy pages.
Instructions
Fetch a web page and return its main content as markdown.
Use this for ordinary pages and articles. If the result looks empty or is obviously a JavaScript shell, retry with render_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No |