update_config
Modify news fetching settings including keywords, language, frequency, auto-publish, and article limits to tailor news collection.
Instructions
Update news configuration. Only provided fields are updated.
Args: keywords: List of keywords to track (e.g. ["AI", "startup", "tech"]) language: Language code: en, it, de, fr, es frequency: Fetch frequency: 1h, 6h, 12h, 24h auto_publish: Auto-publish fetched articles (True/False) max_articles_per_fetch: Max articles per fetch (1-30) use_google_news_fallback: Use Google News when no RSS sources configured active: Enable/disable news fetching notification_email: Email address for article notifications (sent when new articles are fetched) pin_duration_hours: How long a pinned (TOP) article stays on top, in hours (default 48) max_articles: Maximum articles to keep per project (1-300, default 200). Oldest non-locked articles are automatically removed beyond this limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | No | ||
| language | No | ||
| frequency | No | ||
| auto_publish | No | ||
| max_articles_per_fetch | No | ||
| use_google_news_fallback | No | ||
| active | No | ||
| notification_email | No | ||
| pin_duration_hours | No | ||
| max_articles | No |