抓取網頁
web_fetchFetch public web pages with two modes: readable extracts main text, source returns raw HTML. Use offset and limit for bounded pagination, while blocking local and private addresses for safety.
Instructions
讀取公開 HTTP(S) URL。readable=抽正文、source=原文;offset/limit 有界分頁;拒絕本機與私網位址。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| mode | No | readable | |
| limit | No | ||
| offset | No |