daily_hot_get
Fetch current trending topics from a specified source. Supports caching, force refresh, and limit to top N items.
Instructions
获取指定来源的热榜数据(MCP standalone 直连各平台源站)。支持 TTL 缓存、可选强制刷新。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 可选:只返回前 N 条 | |
| source | Yes | 来源 id,例如 weibo / zhihu / bilibili | |
| timeoutMs | No | 可选:请求超时(默认 10000ms) | |
| cacheTtlMs | No | 可选:覆盖默认缓存时间(默认 60000ms) | |
| forceRefresh | No | 可选:忽略缓存,强制回源获取 |