nexus_add_favourite_game
Add a game to your favourites list with its game ID. Uses v2 GraphQL to avoid REST rate-limit quotas.
Instructions
Add a game to your favourites via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {addFavouriteGame: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | Game ID (from nexus_search_games / nexus_get_game 'id'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |