Get Knihobot book detail
get_book_detailRetrieve metadata and live sale details for a specific physical book copy using the title and book IDs from search or suggestion results.
Instructions
Get metadata and live sale information for one physical copy. Use titleId and bookId returned by search_books or suggest_books.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookId | Yes | Knihobot physical book copy ID | |
| titleId | Yes | Knihobot grandmother/title ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| isbn | Yes | ||
| year | Yes | ||
| price | Yes | ||
| title | Yes | ||
| bookId | Yes | ||
| isbn10 | Yes | ||
| isbn13 | Yes | ||
| rating | Yes | ||
| series | Yes | ||
| authors | Yes | ||
| flagIds | Yes | ||
| inStock | Yes | ||
| stateId | Yes | ||
| titleId | Yes | ||
| editionId | Yes | ||
| imageUrls | Yes | ||
| pageCount | Yes | ||
| publisher | Yes | ||
| annotation | Yes | ||
| categories | Yes | ||
| originalTitle | Yes |