Which of your lists contain a game
get_game_listsReport all custom lists for a game, showing which lists include it, and output the list IDs needed for adding the game to lists.
Instructions
Report every one of your custom lists and whether it contains this game. Returns the list ids needed by add_game_to_lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game title, slug, or numeric Backloggd id. Titles are resolved via search, so 'elden ring', 'elden-ring' and '119133' all work. | |
| only_containing | No | Return only the lists that already contain the game. |