get_trending_books
Retrieve currently trending books sorted by popularity, with options to set a time window (week, month, etc.) and pagination.
Instructions
Get currently trending books, most popular first. Choose a time window with 'duration'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max books to return (default 25, max 100). | |
| offset | No | Pagination offset (default 0). | |
| duration | No | Time window (default 'week'). |