get_book_metadata
Fetch full metadata for a book by its Gutenberg ID, covering title, author, year, subjects, and download details. Use after search_books to get detailed info.
Instructions
Full metadata for one indexed book by book_id: title, author, year, subjects, bookshelves, download rank, chunk count, and detected chapter range. Use search_books first to find a book_id. Costs $0.002 via x402 (requires WALLET_PRIVATE_KEY, USDC on Base).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | Gutenberg book id, from search_books |