add_book
Add a book to the library catalog using a unique ISBN and details such as title, author, genre, and total copies.
Instructions
Adds a new book to the library catalog. ISBN must be unique.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isbn | Yes | ||
| genre | No | ||
| title | Yes | ||
| author | Yes | ||
| total_copies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |