search_books
Search for books, authors, series, and other entities using title, author name, or ISBN. Supports pagination and entity type filtering.
Instructions
Search Hardcover by title, author, or ISBN. Supports multiple entity types: books (default), authors, series, lists, users, publishers, characters, and prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| query | Yes | Search query (title, author name, ISBN, etc.). | |
| per_page | No | Results per page (default 10, max 25). | |
| query_type | No | Entity type to search (default: 'Book'). |