Fetch Web
fetch_webFetch a webpage and extract clean text content, stripping navigation and scripts for easy reading.
Instructions
抓取一个网页并提取正文纯文本(自动去除导航/脚本/样式等噪音)。
参数: url: 网页地址,如 https://www.plbear.com/ max_chars: 返回正文的最大字符数
返回: 页面标题 + 正文纯文本(适合喂给 LLM 阅读)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | 返回正文最大字符数,500-200000,默认 8000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |