Fetch Page
fetch_pageExtract clean article content from any webpage by removing ads, navigation, and sidebars, and convert it to readable Markdown.
Instructions
抓取网页正文,自动去广告/导航/侧边栏,输出干净 Markdown(trafilatura)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 目标网页 URL | |
| max_chars | No | 最大返回字符数,默认 8000,超长截断并标注 | |
| include_links | No | 是否保留 Markdown 链接,默认 true |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||