pl_news_latest
Fetch a ranked feed of sports news articles with optional tag filters and page limit. Returns titles, authors, summaries, and links for quick review.
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. |