nexus_get_categories
Retrieve mod categories for a specific game or globally via Nexus Mods v2 GraphQL. Avoids v1 REST rate-limit quota; returns JSON list with IDs, names, parent IDs, and descriptions.
Instructions
Get mod categories (per-game or global) via v2 GraphQL.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Provide exactly one of domain_name or is_global. Note: these are collection-style categories (Total Overhaul, Themed, Vanilla Plus, ...) - per-game lists may be sparse for newer games.
Returns: JSON list [{id, name, parentId, description, approved, ...}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_global | No | If true, return global categories instead of game-specific ones. | |
| domain_name | No | Nexus Mods game domain (lowercase URL slug), e.g. 'forzahorizon6', 'skyrimse'. NOT the display name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |