Replace a collection's games
steam_collection_replace_gamesReplace all games in a Steam collection with a specified list. Use dry-run to preview changes, and confirm to apply when removing more than ten games.
Instructions
Replace the entire membership of a collection. DESTRUCTIVE: any game not in appids is removed from the collection. Requires confirm=true when it would remove more than 10 games. Run with dry_run=true first to see the diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Collection id. Ids are opaque and may contain "+" and "*" (e.g. "uc-8qBpJj1*+Borh") - pass them back exactly as given. | |
| name | No | Exact collection name. Alternative to id. | |
| appids | Yes | ||
| confirm | No | Required when the replacement removes more than 10 games. | |
| dry_run | No |