bookshelf_release_search
Trigger a release search for a book and grab the chosen release. This write operation applies the release to your Bookshelf instance.
Instructions
bookshelf release search operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.
bookshelf_get_indexerflag() — List indexerflag.
bookshelf_list_release(book_id=None, author_id=None) — List release. Query params: bookId, authorId.
bookshelf_push_release(body={}) — Push a release to Bookshelf (e.g. from an external downloader); body is a ReleaseResource with title and downloadUrl.
bookshelf_search_releases(body={}) — Trigger a release search for a book and grab the given release. WRITE: this modifies your Bookshelf instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |