add_book_to_list
Add a book to a specific Hardcover list by providing the list ID and book ID. Optionally set the position in the list.
Instructions
Add a book to a Hardcover list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | Hardcover list ID. | |
| book_id | Yes | Hardcover book ID to add. | |
| position | No | Position in the list (optional). |