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