research_all
Run a query across multiple sources including Hacker News, Reddit, GitHub, and Brave Search simultaneously, returning results grouped by source.
Instructions
Fan out the same query to multiple sources in parallel and return aggregated results grouped by source. Default sources: hn, reddit, github (and brave if API key set).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| since_days | No | ||
| sources | No | Subset of sources to query. Defaults to hn, reddit, github. |