nexus_search_games
Search Nexus Mods games by name and get sorted, paginated results using v2 GraphQL to avoid REST rate limits.
Instructions
Search Nexus Mods games by name, sorted and paginated (v2 GraphQL).
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Complements nexus_get_games (full cached catalog).
Returns: JSON {totalCount, _returned, nodes: [{domainName, name, id, modCount, downloadCount, genre, forumUrl, supportsVortex, approvedAt}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key. | downloads |
| term | No | Free-text term matched against game names (wildcard match). Optional. | |
| count | No | Results per page. | |
| offset | No | Offset-based pagination start. | |
| direction | No | Sort direction. | DESC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |