freshrss_get_digest_compact
Retrieve a compact, category-balanced digest of unread articles in plain text. Each line uses ~10 tokens to list short ID, title, and feed, enabling token-efficient agent curation.
Instructions
Get an ultra-compact category-balanced digest as plain text.
Returns ~10 tokens per article vs ~100 for JSON format. Each line: [short_id] Title (Feed) Grouped by category with counts.
Designed for agent curation workflows where token efficiency matters. After selecting articles, use mark_stream_read + mark_unread to keep only your picks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |