pl_news_latest
Fetch current sports news ranked for homepage feed. Supports optional tag filters and page size to get article titles, authors, summaries, canonical URLs, and dates.
Instructions
Latest news, smart-ranked (homepage feed).
Returns: [{title, author, body, contentSummary, canonicalUrl, date}] (top-level array)
Example: Latest news {"limit": 5}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag filter (e.g. content-type:article,content-format:long-read). | |
| limit | No | Page size. |