Mark games as favorite
steam_set_favoriteAdd or remove Steam games from the Favorites collection by appid and boolean flag. Resolve game names to appids with steam_library_search before calling this tool.
Instructions
Add games to, or remove them from, Steam's Favorites collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | true to favorite, false to un-favorite. | |
| appids | Yes | Steam appids. Use steam_library_search to resolve names to appids first. | |
| dry_run | No |