read_article
Fetch any article URL and convert it to clean, LLM-friendly Markdown by removing ads and navigation. Use it to read news articles, extract full text, and prepare content for analysis or summarization.
Instructions
读取指定 URL 的文章内容,返回 LLM 友好的 Markdown 格式
通过 Jina AI Reader 将网页转换为干净的 Markdown,自动去除广告、导航栏等噪音内容。 适合用于:阅读新闻正文、获取文章详情、分析文章内容。
典型使用流程:
先用 search_news(include_url=True) 搜索新闻获取链接
再用 read_article(url=链接) 读取正文内容
AI 对 Markdown 正文进行分析、摘要、翻译等
Args: url: 文章链接(必需),以 http:// 或 https:// 开头 timeout: 请求超时时间(秒),默认 30,最大 60
Returns: JSON格式的文章内容,包含完整 Markdown 正文
Examples: - read_article(url="https://example.com/news/123")
Note: - 使用 Jina AI Reader 免费服务(100 RPM 限制) - 每次请求间隔 5 秒(内置速率控制) - 部分付费墙/登录墙页面可能无法完整获取
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |