nexus_search_comments
Search Nexus Mods comments by free-text or list a thread's comments. Retrieve paginated results with body, likes, and creator info.
Instructions
Search Nexus Mods comments by text or list a thread's comments.
Backed by the v2 GraphQL API, which does NOT consume the v1 REST rate-limit quota. Provide exactly one of term or thread_id. KNOWN ISSUE: Nexus' searchComments endpoint currently returns HTTP 500 for all requests server-side; errors are surfaced as-is until Nexus fixes it. May also require extra permissions for some threads.
Returns: JSON {totalCount, timeTaken, nodes: [{id, body, createdAt, likesCount, isPinned, creator}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Free-text search over comment bodies. | |
| count | No | Results per page (cursor pagination). | |
| thread_id | No | Restrict results to a single comment thread. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |