list_viral_posts
List the viral posts detected on the user's watchlist (Instagram Reels and TikTok videos that beat the account's baseline). Sorted by most recent by default. When presenting posts to the user, always include each post's url link, and use get_post_preview to show the thumbnails of the highlighted ones inline. Use get_post_analysis with a post id to read the AI breakdown of a specific post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'recent' = newest first, 'score' = highest virality score first | recent |
| limit | No | Number of posts to return (max 50) | |
| offset | No | Pagination offset | |
| favorites_only | No | Only return posts marked as favorite |