nexus_track_user
Track a Nexus Mods user to receive notifications about their new mods. Uses GraphQL to avoid consuming REST API rate limits.
Instructions
Start tracking a user (get notifications about their new mods) via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON {trackUser: {success}} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Nexus Mods member ID to track for updates. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |