get_latest_news
Retrieve recently crawled news data to identify current trending topics across specified platforms, with configurable limits and URL inclusion options.
Instructions
获取最新一批爬取的新闻数据,快速了解当前热点
Args: platforms: 平台ID列表,如 ['zhihu', 'weibo'],不指定则使用所有平台 limit: 返回条数限制,默认50,最大1000 include_url: 是否包含URL链接,默认False(节省token)
Returns: JSON格式的新闻列表
数据展示建议
默认展示全部返回数据,除非用户明确要求总结
用户说"总结"或"挑重点"时才进行筛选
用户问"为什么只显示部分"说明需要完整数据
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | No | ||
| limit | No | ||
| include_url | No |