update_book
Update a book's metadata or copy counts by providing its ID. Modify only specified fields like title, author, genre, ISBN, or available/total copies while leaving other details unchanged.
Instructions
Updates book metadata or copy count by book ID. Only provided fields are updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | No | ||
| genre | No | ||
| title | No | ||
| author | No | ||
| book_id | Yes | ||
| total_copies | No | ||
| available_copies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |