fetch
Fetch a URL and return the main content in reader-mode Markdown. Optionally extract code blocks and tables.
Instructions
Fetch one URL and return reader-mode Markdown of the main content.
Args: url: Absolute http(s) URL. extract_code: 提取代码块(默认 False)。 extract_tables: 提取表格数据(默认 False)。 format: "markdown" or "json".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| extract_code | No | ||
| extract_tables | No | ||
| format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |