search_books
Search for books in your WeRead bookshelf using keywords to find titles, authors, or categories. Returns matching books with details like reading progress and optional exact or fuzzy matching.
Instructions
Search for books in the user's bookshelf by keywords and return matching books with details and reading progress
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exact_match | No | Whether to use exact matching, default is fuzzy matching | |
include_details | No | Whether to include detailed information | |
keyword | Yes | Search keyword to match book title, author, translator or category | |
max_results | No | Maximum number of results to return |