add_book_to_stack
Add a book to a reading stack by providing domain, title, and author. Optionally include the reason for choosing it and difficulty level.
Instructions
Manually add a book to an existing stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| title | Yes | ||
| author | Yes | ||
| why | No | ||
| difficulty | No | moderate |