Research the last 30 days
research_last_30_daysFetch recent community discussions and social signals on a topic from multiple public sources, filtered to a trailing window and relevance-ranked. Optionally compress results to reduce tokens.
Instructions
Fetch recent community/social signal on a topic from keyless public sources (Hacker News + comment enrichment, Reddit w/ RSS fallback, GitHub, Web, Lobsters, Bluesky, Stack Overflow, Lemmy), filtered to a trailing window. Results are relevance-reranked and deduped. Set compress=true to pipe the result through the token-reduction pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Topic or query to research. | |
| windowDays | No | Trailing window (default 30). | |
| sources | No | Subset of sources (default: all). | |
| perSource | No | Max items per source (default 10). | |
| compress | No | Pipe output through get_optimized_context. |