metaso_reader
Reads a webpage from a given URL and converts its content into structured Markdown or JSON, enabling extraction of article text and readable formatting.
Instructions
读取指定URL的网页内容并转换为结构化格式。
支持的输出格式:
markdown: 返回Markdown格式的网页内容 (默认)
json: 返回JSON格式,包含标题、URL、内容等结构化信息
适用场景:
提取新闻文章内容
获取网页正文
将网页转换为可读格式
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 要读取的网页URL (必填) | |
| format | No | 输出格式 | markdown |