News Intelligence Roundup
News Intelligence Roundup is a topic-based OpenTool template that queries the gateway news-intelligence corpus for recent windows like 1h, 4h, and 24h, then returns a structured summary payload.
What it does
- Calls
POST /v1/news/search-currentfor one or more lookback windows. - Supports query-driven filtering plus optional
sourceIdsandsourceFamilies. - Produces a structured JSON roundup with per-window summaries and top articles.
- Persists the latest run payload through
store()for inspection.
Setup
- Configure the tool through
OPENTOOL_PUBLIC_NEWS_INTELLIGENCE_ROUNDUP_CONFIG. - Set
OPENPOND_GATEWAY_URLso the template can reach the gateway news endpoints. - Call the deployed tool endpoint with
POSTto get the latest JSON roundup.