book_search
Search the full Project Gutenberg catalog (~78,500 public-domain books) live via Gutendex by title / author / subject keyword, with optional author, subject, and language filters. Ranked by keyword relevance then download popularity. Returns each book's Gutenberg id, title, author(s), language, and download count. Use book_fulltext_search to search inside the locally indexed top books.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (default 25, max 100). | |
| query | No | Title / author / subject keyword, e.g. 'frankenstein', 'sherlock holmes', 'astronomy'. | |
| author | No | Optional author-name fragment, e.g. 'Shelley', 'Twain'. | |
| subject | No | Optional subject fragment, e.g. 'Science fiction', 'Detective'. | |
| language | No | Optional language code filter, e.g. 'en', 'fr'. |