get_news_recap
Get an AI-generated news recap/summary for a specific category.
Returns a concise narrative summarizing the most important recent news
for the given category. Great for getting up to speed quickly.
Args:
category: Category code (required). Use get_categories to see options.
Popular choices: 'crypto', 'bitcoin', 'ethereum', 'defi', 'ai', 'macro'.
timeframe: Time window for the recap. Use '1h' for crypto/macro (updated hourly),
'8h' or '24h' for other categories. Default '12h'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | ||
| timeframe | No | 12h |