fetch_url
Fetch web pages as markdown, removing boilerplate. Handles proxy routing for international sites and direct access for Chinese hosts, ensuring reliable content retrieval.
Instructions
Fetch a URL, strip boilerplate, and return the page content as markdown. International hosts auto-route through the configured proxy; CN hosts (baidu/bing.cn/so/...) go direct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch | |
| max_chars | No | Max chars of markdown to return |