get_book
Retrieve detailed metadata for a specific book by its ID, including title, author, category, highlight count, and cover image URL.
Instructions
Get a single book/source by ID.
Returns full book metadata including title, author, category, source, highlight count, cover image URL, and source URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| author | No | ||
| category | No | ||
| source | No | ||
| num_highlights | No | ||
| cover_image_url | No | ||
| source_url | No | ||
| created_at | No | ||
| updated_at | No |