Open book in local viewer (widget-internal)
calibre_open_bookOpens a specific book directly in the local Calibre reader by providing its unique identifier, enabling instant access to your ebook collection.
Instructions
Internal endpoint for the in-chat widgets' Open button. Launches a book in the local Calibre viewer via the calibre:// scheme. Do not call as the model — use calibre_get_book to show a book instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| format | No | ||
| library | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| format | Yes | ||
| opened | Yes |