search_rss
Search RSS feeds for articles matching a keyword, with options to filter by source, recency, and result count.
Instructions
搜索 RSS 数据
在 RSS 订阅数据中搜索包含指定关键词的文章。
Args: keyword: 搜索关键词(必需) feeds: RSS 源 ID 列表,如 ['hacker-news', '36kr'] - 不指定时:搜索所有 RSS 源 days: 搜索最近 N 天的数据,默认 7 天,最大 30 天 limit: 返回条数限制,默认50 include_summary: 是否包含文章摘要,默认False
Returns: JSON格式的匹配 RSS 条目列表
Examples: - search_rss(keyword="AI") - search_rss(keyword="machine learning", feeds=['hacker-news'], days=14)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| feeds | No | ||
| days | No | ||
| limit | No | ||
| include_summary | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |