bookshelf_wanted
Retrieve and manage wanted cutoff and missing items from Bookshelf, with pagination, sorting, and monitoring filters to track unavailable media.
Instructions
bookshelf wanted operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.
bookshelf_get_wanted_cutoff(id) — Fetch a single wanted cutoff by id.
bookshelf_get_wanted_missing(id) — Fetch a single wanted missing by id.
bookshelf_list_wanted_cutoff(page=1, page_size=10, sort_key=None, sort_direction=None, include_author=False, monitored=True) — List wanted cutoff. Query params: page, pageSize, sortKey, sortDirection, includeAuthor, monitored.
bookshelf_list_wanted_missing(page=1, page_size=10, sort_key=None, sort_direction=None, include_author=False, monitored=True) — List wanted missing. Query params: page, pageSize, sortKey, sortDirection, includeAuthor, monitored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |