Create a collection
steam_collection_createCreate a static Steam collection and optionally seed it with games. Reuses an existing same-named collection to avoid duplicates; supports dry-run for preview.
Instructions
Create a static collection, optionally seeded with games. If a collection with this name already exists it is REUSED and the games are added to it - Steam deletes a same-named collection when creating a duplicate, so this tool never blind-creates. Requires Steam to be running with debugging enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| appids | No | ||
| dry_run | No | Report what would change without writing. | |
| on_existing | No | What to do when a collection with this name already exists. | reuse |