add_book_connection
Add links between books by specifying relationship type, reason, and strength to build personalized reading recommendations.
Instructions
Add a connection between two books for future recommendations.
Args: from_book: Title of the first book to_book: Title of the second book relationship: Type of connection: - "similar_theme": Similar themes or topics - "complements": Different angles on same topic - "next_step": Natural progression from first to second - "contrast": Interesting contrast/counterpoint reason: Why these books are connected strength: "strong" | "moderate" | "weak"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_book | Yes | ||
| to_book | Yes | ||
| relationship | Yes | ||
| reason | Yes | ||
| strength | No | moderate |