get_book
Retrieve full public metadata for a book using its catalog UUID or slug. Returns title, authors, description, editions, series, and identifiers.
Instructions
Get full public metadata for a single book by catalog UUID or slug. Returns { book } (title, authors, description, editions, series, identifiers). Returns a 404 error if not found. When to use: you already have a book_id or slug and need details/editions. If you only have a title or author, call search_books first to obtain the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Catalog book UUID or slug, as returned in `id`/`slug` by search_books. | |
| edition_id | No | Optional edition UUID to resolve a specific edition (language, cover, ISBN) instead of the default/primary edition. |