freshrss_get_headlines
Scan articles by retrieving headlines with feed and folder info, enabling token-efficient triage before opening full articles.
Instructions
Get article headlines only — ultra token-efficient.
Returns only: id, title, feed_title, folder, published, url. ~10x fewer tokens than get_articles. Use this for scanning/triage, then call get_article_detail for articles you want to read in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |