discover_hotspots
Aggregate and filter trending tech items from multiple sources with time-window and keyword filters, deduplication, and hotness sorting. Handles partial source failures gracefully.
Instructions
抓取热点条目:按时间窗过滤、跨源去重、按时间/热度排序。某个源失败不会让整个调用失败,但会列在 errors 里。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | 标题/摘要包含该词(不分大小写) | |
| sources | No | 不传 = 全部源 | |
| windowHours | No | 只看最近 N 小时;无时间的条目不过滤 |