get_epub_path
Retrieves the absolute file path of a book's EPUB from a Calibre library by book ID. Used to unzip and access chapters for reading or quizzes.
Instructions
Get the absolute file path of a book's EPUB file.
This is the core tool for the reading-quiz workflow — returns the EPUB path so it can be unzipped and chapters read directly.
Args: book_id: The Calibre book ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |