nexus_get_games
List all Nexus Mods games with domain slugs, mod counts, and file counts to locate the correct domain_name for other tools. Optionally filter by name or domain.
Instructions
List all games on Nexus Mods with their domain_name, mod counts, and file counts.
Use this to find the correct lowercase domain_name slug for other tools.
Returns: JSON array of games: {id, domain_name, name, genre, mods, file_count, downloads, approved_date, collections}. With '_rl' rate-limit snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional case-insensitive substring filter applied client-side to game name/domain_name (reduces output size). | |
| include_unapproved | No | Include games that are not yet fully approved on Nexus. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |