Search everything you've saved
find_in_collectionFind games across your shelves and custom lists at once, filtered by genre, title, or platform. Each result notes its origin, covering cases where list pages lack filters.
Instructions
Find games across your shelves AND all your custom lists at once, annotated with where each one came from. Answers questions of the form 'in my backlog or any list, which are X'. Needed because list pages do not support filters — the shelf half is filtered server-side, the list half is gathered and filtered locally. Costs one request per list page plus one per shelf page, so it is heavier than query_library; use that instead when you only care about shelves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| genre | No | ||
| shelf | No | Restrict the shelf half. Omit to include the whole library. | |
| max_games | No | ||
| include_lists | No | ||
| title_contains | No | Case-insensitive substring match on the title, applied to both halves. | |
| release_platform | No |