fetch_url
Fetches web content from a URL and converts it to Markdown, automatically using a fallback parser if the primary reader is blocked.
Instructions
获取指定URL的网页内容,并转换为Markdown格式。默认使用Jina Reader,失败时自动切换到本地解析
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要获取内容的网页URL(必须是http或https协议) | |
| preferJina | No | 是否优先使用Jina Reader(默认为true) |