get_recent
Retrieve recently added movies and TV shows sorted by date to discover new content. Returns titles, years, ratings, and content IDs without torrents.
Instructions
Get the most recently added movies and TV shows, sorted by addition date. Use when the user asks 'what's new', 'latest additions', or 'recently added'. Returns a paginated list with title, year, type, ratings, date added, and content_id. Note: results do NOT include torrents — to get torrents for a title, call search_content with its name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items (default: 12) | |
| page | No | Page number (default: 1) | |
| locale | No | Locale for translated titles (e.g. 'es' for Spanish, 'fr' for French). If omitted, returns English. |