List series
list_seriesList the library's series with book/read counts and authors. Returns series IDs to load books in a series.
Instructions
List the library's series (paginated), each with book/read counts and its authors. Use the returned series id with get_series_books to read the books in a series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (default 1). | |
| size | No | Items per page (default 25). |