pl_video_latest
Retrieve recent sports videos with optional tag filtering and limit. Returns an array of video details including title, canonical URL, date, and duration.
Instructions
Latest video, smart-ranked.
Returns: [{title, canonicalUrl, date, duration, …}] (top-level array)
Example: Latest video {"limit": 5}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag filter (e.g. content-type:video). | |
| limit | No | Page size. |