devin_web_fetch
Fetch and read the main content of a specified web page, removing ads, navigation, footers, and clutter to return clean Markdown, plain text, or a summary.
Instructions
抓取并深度阅读指定网页的正文。自动过滤广告、导航、页脚与杂乱代码,支持输出纯正文或规范的 Markdown 格式。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 目标网页的完整 URL (必须以 http:// 或 https:// 开头) | |
| extract_mode | No | 正文提取格式: 'markdown' (结构化文档,默认), 'text' (纯文本), 'summary' (核心要点摘要) | markdown |