get_trending_summary
Retrieve a daily digest of trending topics from top platforms like GitHub, Hacker News, and Product Hunt. Provides a comprehensive overview of what's popular today across multiple sources.
Instructions
Get today's trending summary across all platforms. Provides a comprehensive overview of what's hot on GitHub, Hacker News, Product Hunt, dev.to, HuggingFace, and more. Use this when user asks 'what's trending today?' or wants a daily digest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platforms | No | Optional list of platforms to include. Available: 'github', 'hackernews', 'producthunt', 'devto', 'lobsters', 'huggingface', 'paperswithcode', 'betalist', 'indiehackers', 'v2ex', 'juejin'. Leave empty for all. | |
| items_per_platform | No | Number of top items to show per platform. | |
| use_cache | No | Whether to use cached data. |