fetch_online_metadata
Search online sources like Google Books by title, author, or ISBN to retrieve book metadata and cover. Optionally apply the metadata directly to a book in your Calibre library.
Instructions
Looks up metadata from online sources (Google Books, etc.) by title/author or ISBN and returns an OPF. If you pass apply_to_book_id, it applies that metadata (and optionally the cover) to that book in your library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| authors | No | ||
| isbn | No | ||
| apply_to_book_id | No | If set, applies the metadata to that book. | |
| fetch_cover | No | true to also download the cover. |