nexus_resolve_domain
Convert a game display name into its lowercase domain slug required by other Nexus Mods tools. Use this first when you know only the game name, then pass the returned domainName value onward.
Instructions
Resolve a game display name to its domain_name slug (v2 GraphQL).
Convenience wrapper for agents: most tools require a lowercase
domain_name slug (e.g. 'skyrimspecialedition'), NOT the display name.
Call this first when you only know the game's name, then pass the returned
domainName value to the other tools.
Backed by the v2 GraphQL API (does not consume the v1 REST quota).
Returns:
JSON {totalCount, _returned, nodes: [{domainName, name, id}]} -
best matches first; take domainName from the intended node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_name | Yes | Game display name or partial name, e.g. 'Skyrim Special Edition', 'fallout 4', 'witcher'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |