nexus_search_collections
Search curated mod packs by keyword, game, and sort to locate matching Nexus Mods collections.
Instructions
Search Nexus Mods collections (curated mod packs) with free text.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. v1 REST has no collections search at all.
Returns: JSON {totalCount, _returned, nodes: [{slug, name, summary, endorsements, totalDownloads, overallRating, game, user, ...}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort key. | endorsements |
| term | No | Free-text general search term (matches name/summary/etc). Optional. | |
| count | No | Results per page. Server may silently cap page size; check '_returned'. | |
| offset | No | Offset-based pagination start. | |
| direction | No | Sort direction. | DESC |
| 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 |