add_game
Add a new game to the Lutris Linux gaming library by specifying name, runner, and optional details like platform, directory, and executable path.
Instructions
Add a new game to the Lutris library
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Game name | |
| runner | Yes | Runner (e.g. linux, wine, steam) | |
| platform | No | Platform | |
| directory | No | Install directory | |
| executable | No | Executable path | |
| year | No | Release year | |
| service | No | Service (e.g. steam) | |
| service_id | No | Service ID | |
| slug | No | Custom slug (auto-generated if omitted) | |
| installed | No | Mark as installed |