komga_readlists
Manage Komga readlists: create, update, delete, list, and retrieve details or books within readlists, including navigation to next/previous books.
Instructions
komga readlists operations on Komga. Pass operation and an arguments dict matching that operation's parameters.
create_readlist(readlist) — Create a readlist. Requires ADMIN.
delete_readlist(readlist_id) — Delete a readlist. Requires ADMIN.
get_readlist(readlist_id) — Get readlist details.
get_readlist_book_next(readlist_id, book_id) — Get the next book in a readlist.
get_readlist_book_previous(readlist_id, book_id) — Get the previous book in a readlist.
get_readlist_books(readlist_id, library_id=None, read_status=None, tag=None, media_status=None, deleted=None, author=None, page=0, size=50, sort=None, unpaged=False) — List books in a readlist using Komga's filter query params.
list_readlists(search=None, library_id=None, page=0, size=50, sort=None, unpaged=False) — List readlists, optionally filtered by search text or library.
update_readlist(readlist_id, patch) — Update a readlist. Requires ADMIN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |